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 |
Write a program to create a binary Tree ?
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)
Can a top level class be private or protected?
what is bytecode ?explain in detail and watz the difference between bytecode and machine code?
What is a variable in java?
What is stringreader?
Is it possible to do method overloading and overriding at a time
How can we avoid including a header more than once?
What are JVM.JRE, J2EE, JNI?
Write the code for Palindrome ?
What do you mean by Hash Map and Hash Table?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?