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...

what is java virtual machine

Answer Posted / rakesh kumar mishra

A)JVM convert .class to machine language.

B) JVM is .exe program that is java.exe

C)JVM (Java Virtual Machine) run the java program.

1) JVM check .class code is proper or not (Its check byte
code , virus etc) if .class code is not proper it terminate
the execution.

2) If .class is in proper format then it will start work.
JVM has 5 part:-
1)Method Area
2)Heap Area
3)Java Stacks
4)PC register
5)Native Method Stacks

method area has class code, variables code and method code.
When object is created it store in heap Area.
In our program there will some methods, and its take some
memory for execution and store o/p so this is done in Java
Stacks.
PC register has memory address of every method.
Native Method has Native methods.

3) JVM start program from main(). this is starting point of
JVM in our Program.
JVM also check main method and its argument must be String
type array.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can u draw class/object diagram for ATM

6098


How is hashset maintained in memory by java ?

1155


In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?

2159


What are the differences between the java collection and the java list? : java collections

1112


What are the different types of collections views being provided by the map interface? : java collections

1032


What are the queues in the java collection framework? : java collections

1023


What are the types of interface used in the java collections? : java collections

1038


What are the uses of the set interfaces in the java collections? : java collections

967


What is java collection? : java collections

1114


What are the types of java collections? : java collections

1049


What is the enumerator of the java collection framework? : java collections

1034


Which sorting algorithm is used by collections.sort() in java ?

930


Which interface does java.util.hashtable implement?

1191


What is an algorithm in java collection framework? : java collections

1058


What are the interfaces in java collections? : java collections

1148