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 are the advantages of java over cpp?
What is the importance of main method in Java?
How to create com object in Java?
What is lossy conversion in java?
What method is used to specify a container's layout in java programming?
What is a treemap in java?
Does java runtime require a license?
What loop means?
When should the method invokelater() be used?
How can you handle java exceptions?
What happens if we override only equals?
What is externalizable?
What is int argc char * argv?
Explain methods specific to list interface?
How does hashset work in java?