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
Is string is a data type?
Explain about java sdk?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
Why collection doesn’t extend cloneable and serializable interfaces?
Is java call by value?
Can you tell me range of byte?
What are different types of states exist for a thread?
What is character in data type?
Is boolean a wrapper class in java?
Can you give few examples of final classes defined in java api?
What makes a function well defined?
What is append in java?
What do you understand by java virtual machine?
What is palindrome in java?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?