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 java volatile?
Which collections are thread safe in java?
Explain wait(), notify() and notifyall() methods of object class ?
What is the purpose of abstract class?
Tell some latest versions in JAVA related areas?
Is string a class in java?
What is super constructor?
How many bytes is string in java?
What are the advantages of autoboxing?
How thread scheduler schedule the task?
Name few java.lang classes introduced with java 8 ?
How many types of exception can occur in a java program?
What are the two ways in which thread can be created?
Is final static java?
What does n mean in java?