JVM responsibility?

Answer Posted / renuka reddy.

JVM(Java Virtual Machine):-
JVM plays a central role in making java portable.
when we write a code in java program the java
compiler converts the source code into bytecode (.class
file),after that JVM reads the bytecode and converts into
the machine understandable language.
Its just like the interpreter but the normal
interpreter is a platform dependent but JVM is a platform
independent.

Is This Answer Correct ?    4 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are maps ordered java?

502


What is the difference between hashmap and hashtable? What is an interface?

498


What is not object oriented programming?

501


Is space a char?

524


What are different access specifiers in java?

555






Does variable declaration allocate memory?

578


What is the difference between an argument and a parameter?

535


What is the basic difference between string and stringbuffer object?

577


Can a class declared as private be accessed outside it’s package?

508


What are byte codes?

653


Which list is sorted in java?

578


What is generics in java interview questions?

537


What does java ide mean?

634


Which are different kinds of source code?

652


Why vector class is used?

536