Answer Posted / harish
To compile a Java file, it should have a tools.jar and
dt.jar in the classpath. It should have a javac
executable. It compiles the class file. If you want to
execute the class file, you should have a Java Run-time
Environment. (JRE)
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What are the different collection views provided by maps?
Does windows 10 need java?
How do you get length in java?
Can we create constructor in abstract class ?
How much is a java license?
what is meant by abstract class?
Can you call a method on a null object?
Is 64bit faster than 32 bit?
Does java support Operator Overloading?
Is there is any difference between a scrollbar and a scrollpane?
Explain the meaning of java applet.
Is boolean a data type in java?
what is the difference between process and thread? : Java thread
Difference between notify() method and notifyall() method in java?
Why bytecode is called bytecode?