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 the difference between overriding and overloading in OOPS.
How can we create an immutable class in java?
What is hashset in java?
How do you create immutable object in java?
What is final keyword in java? Give an example.
Why parsing is done?
What is difference between final and finally in java?
What is tree node in java?
How do you create a reference in java?
What is a Transient Object?
List some important characteristics on jre
What are nested classes in java?
How many bytes is double?
What is the significance of java packages?
What is meant by oops concept in java?