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
Why collection is called framework in java?
What access modifiers can be used for variables?
What data type is a string?
How to create a base64 decoder in java8?
What are the advantages of java over cpp?
What is an infinite loop? How infinite loop is declared?
How does java pattern compile work?
Tell me the latest versions in java related areas?
Explain about main thread in java?
How to instantiate member inner class?
What one should take care of, while serializing the object?
Can we use this () and super () in a method?
Differentiate between static and non-static methods in java.
Is the empty set a singleton?
What is the meaning of immutable regarding string?