Answer Posted / praveen
JVM --- JVM converts byte code into machine(processor)
understandable language.
----We import some classes in java program.
----JVM execute those class methods in java library and
place the result into the program.
JRE = JVM + java library
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is args length in java?
How to stop a thread in java? Explain about sleep () method in a thread?
What are java annotations?
How many types of string data types are there?
What is the file extension for java?
What is a null class?
How do you remove all elements from an arraylist in java?
Explain the overview of UDP messaging.
Is set ordered?
When should I use a singleton?
What is difference between Heap and Stack Memory?
What is size of int in java?
What is functional interface in java example?
Is empty list java?
If goto and const is reserve words than why it is not work in java?