answersLogoWhite

0

compile:javac filename.java
run:java filename

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the command prompt code?

when you are in cmd command prompt "type" help and you will see all the codes


How do you compile your java code?

save it into a .java file. then open command prompt and navigate to your java bin directory. then type CD then your java bin directory. then type this . javac ProgName.java


What does a compiler do when you compile your program?

Coverts source code into object code


What does the Java compiler translate Java source code to?

The Java compiler translates Java source code to Java byte code.


What is compile time and run time?

Compile time is when the compiler translates your source code into computer language. Run time is when the actual program runs.


Are there instances where source code packages are better for your computer?

Yes if there is no executable package available for your platform and you have the means to adapt and compile the source code so that it can be used on your platform.


What are some cool command prompt hacks for Windows XP?

ping /(Website name here) gives security by pas code for the website u want to go to by pas security in command prompt sudo !!


When you compile source code the resulting collection of instructions is called code which is placed in a new file?

Is called machine code


How do you compile Ubuntu?

Ubuntu comes precompiled. Although you could compile it from source, that would take days, and would be pretty silly. To compile programs on Ubuntu, first "sudo apt-get install build-essential", then run "./configure" and "make" in the directory where you have the source code.


What is compile time?

Compile Time: In longer form, you might say, "at the time of compiling", or, "when the program is compiled". When you compile a program, the compiler applies various processes to your source code in order to generate the executable files. These are actions that happen "at compile time". Other actions happen when you actually run the finished program. These actions are said to occur, at, or in, "run time".


Why doesn't command prompt draw a chair for me I type 'draw a chair' and it says it's an unrecognized command or something.?

The correct code is draw_<chair>


Is Ruby an interpreted language or a compiled language?

It is an interpreted language, however there are some versions that compile the source code to byte code which can then be interpreted with much greater efficiency than the original source code.