Answer Posted / sathish s t
JVM is (java virtual machine) the piece of software that is responsible for running java programs.
uses:
JVM is an interpreter that converts your byte code (.class file ) into machine code
Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Give us the name of the list layoutmanagers in java?
What is the exact difference in between unicast and multicast object? Where we will use?
Is ++ operator is thread safe in java?
How do you reverse a list?
What are the advantages of compiled language?
What do you mean by thread safe?
Is java type safe?
What is binary tree in java?
How can we make sure main() is the last thread to finish in java program?
Can a class extend more than one class?
Define an abstract class with reference to java.
Which access specifier can be used with class ?
What is hashmap in java?
What is intern method in java?
What does 0 mean in boolean?