What is JVM ? use of JVM?

Answer Posted / srikanth

jvm stands for java virtual machine

jvm is a machine which is mainly responsible for providing
development and runtime envirment

responsible for converting byte to native code

responsible for allocating memory and deallocating memory

responsible for achiving flatform independent

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of the finalize() method?

937


What are the differences between path and classpath variables?

744


How to declare objects of a class ?

802


What is static class

810


What is the advantage of OOP in java?

875


What is type safety in java?

712


What is return used for in java?

725


How do you compare values in java?

789


How to convert string to byte array and vice versa?

777


What are inbuilt functions?

740


what is difference between equals and ==?

792


Write a program to check for a prime number in java?

776


What are advantages and disadvantages of OOPs?

851


What is floating data type?

747


whatis Home interface and Remoteinterface? with example?

1747