What is jvm? How its run?



What is jvm? How its run?..

Answer / Pawan Kr Jaiswal

{"JVM": ["Java Virtual Machine", "software that enables the execution of compiled Java code on various platforms"], "How to Run": ["The JVM is started by a command called 'java'. The command includes the name of the class containing the main() method. The JVM loads the class, initializes it, executes the main() method, and finally terminates when the program ends."]}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Write a program to create a binary Tree ?

2 Answers  


write SQL command for table employee where print first name or last name start like "A" and who is working in domain(angular js,java,dotnet)

1 Answers  


Can a top level class be private or protected?

1 Answers  


what is bytecode ?explain in detail and watz the difference between bytecode and machine code?

6 Answers   Lucent,


What is a variable in java?

1 Answers  


What is stringreader?

1 Answers  


Is it possible to do method overloading and overriding at a time

3 Answers   L&T,


How can we avoid including a header more than once?

1 Answers   Fidelity,


What are JVM.JRE, J2EE, JNI?

1 Answers  


Write the code for Palindrome ?

2 Answers   Bally Technologies,


What do you mean by Hash Map and Hash Table?

1 Answers   Atos Origin,


what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?

3 Answers   Satyam, STI,


Categories