Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


JVM responsibility?

Answers were Sorted based on User's Feedback



JVM responsibility?..

Answer / chaitu

the main responsibilty of jvm(java virtual meachine) is to
conveting the .class file to related operating system .exe
which is executed by cpu..
jvm is platforum dpendent but java is platforum independent

Is This Answer Correct ?    28 Yes 3 No

JVM responsibility?..

Answer / harish

1)JVM converts the byte code into its equalent excutable
code.
2)It loads the excuteable code into memory(RAM).
3)Excutes this code through local OS.
4)Deletes the excutable code from RAM.

Is This Answer Correct ?    8 Yes 1 No

JVM responsibility?..

Answer / priyanka shetty

JVM'S main job is to load class files and execute the byte
codes they contain

Is This Answer Correct ?    3 Yes 1 No

JVM responsibility?..

Answer / guest

creation of compilation unit
secure access to system resources
running of bytecode
garbage collection

Is This Answer Correct ?    1 Yes 0 No

JVM responsibility?..

Answer / syed mudassir

jvm is a java virtual machine which has multiple tasks to
work on.
converting .class into exe code is one of the responsibility
of jvm

Is This Answer Correct ?    1 Yes 0 No

JVM responsibility?..

Answer / 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

More Core Java Interview Questions

Why null interfaces are used in Java?

2 Answers  


How many bytes is a url?

0 Answers  


What will be the initial value of an object reference which is defined as an instance variable?

0 Answers  


Can a class be protected in java?

0 Answers  


Why chararray() is preferred over string to store the password?

0 Answers  


Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.

4 Answers  


design an lru cache in java?

0 Answers  


What do you understand by the term wrapper classes?

0 Answers  


What are the different types of constructor?

0 Answers  


Hi can u pls tell me what is the use of marker interface. Iknow what is marker interface but what ability will the object get by implementing this.

3 Answers   CGI,


Difference between predicate, supplier and consumer ?

0 Answers  


What is the difference between checked exception and unchecked exception?

0 Answers  


Categories