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 thread? : Java thread
What are the different ways to handle exceptions?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What is the maximum length of a url?
What is a functional interface?
What is boolean data type in java?
What state does a thread enter when it terminates its processing in java programming?
How to use arraylist in java netbeans?
Can you use this() and super() both in a constructor?
Is ruby built on java?
How can you handle java exceptions?
What is considered an anti pattern?
What do you understand by overloading and overriding in java?
What does compareto () do in java?
How does linkedlist work in java?