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 is heap memory?
What is mean by exception?
Explain how to force the garbage collection in java.
How to find the index of the largest number in an arraylist java?
Why generics are used in java?
What is functional interface in javatpoint?
What is null statement?
How do you sort in java?
Does variable declaration allocate memory?
How we can run a jar file through command prompt in java?
What are the advantages of passing this into a method instead of the current class object itself?
What is mysql driver class name?
is it possible to instantiate the math class?
What is a "pure virtual" member function?
What is the use of 'super' keyword inside a constructor?