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
What is the purpose of the finalize() method?
What are the differences between path and classpath variables?
How to declare objects of a class ?
What is static class
What is the advantage of OOP in java?
What is type safety in java?
What is return used for in java?
How do you compare values in java?
How to convert string to byte array and vice versa?
What are inbuilt functions?
what is difference between equals and ==?
Write a program to check for a prime number in java?
What are advantages and disadvantages of OOPs?
What is floating data type?
whatis Home interface and Remoteinterface? with example?