Functionality of JVM?

Answer Posted / jitesh singh

JVM works is only to provide memory and resource allocation
.the conversion of bytecode into machine code is done by
J.I.T(just in time compiler)
if a program is executed on the same machine then the full
resources used by JVM else if on other system then less
resources used by JVM.

Is This Answer Correct ?    3 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does java pattern compile work?

556


Can a static method be final?

566


Explain the concept of hashtables?

627


How do I know if java is installed?

528


How is tree Mirroring implemented?

643






Which collection does not allow duplicates in java?

490


What is difference between path and classpath variables?

576


What is the use of runnable interface?

629


What are three ways in which a thread can enter the waiting state in java programming?

696


Detail discussions on JVM, memory management and garbage collector.

564


Can a main method be declared final?

596


What is a hashmap used for?

662


What is the difference between serializable and externalizable interfaces?

583


How is a variable stored in memory?

544


How do you bind variables?

535