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 the difference between preemptive scheduling and time slicing?
How to sort a collection of custom Objects in Java?
What is meant by stack and queue?
Is java a utf 8 string?
Why is whitespace important?
How do singleton patterns work?
Is array an object in java?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What is printwriter in java?
What is meant by 'Class access modifiers'?
What is return null in java?
Is java 9 released?
What is the difference between a method and a procedure?
What are the ways in which a thread can enter the waiting state?