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 exactly is methodology?
What is the difference between path and classpath variables?
What is finalize() function in java?
Name container classes in java programming?
How list contains works in java?
Can we print null in java?
Write a program to reverse array in place?
Can we sort a map in java?
Why stringbuffer is faster than string?
What is singleton class example?
What is the difference between the boolean & operator and the && operator in java programming?
What is return null in java?
What is the use of StringTokenizer class?
Can a list be null in java?
How do you declare a string variable?