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
How to reverse a string in java?
Explain covariant method overriding in java.
What's the base class in java from which all classes are derived?
Explain about serializable interface in java?
How to create a base64 decoder in java8?
What are the different types of collections in java?
What is the default value of float and double datatype in java?
List the features of java programming language.
What is meant by object oriented programming – oop?
What does sprintf mean?
Can we create more than one object singleton class?
What is the static block?
What is the statements?
In case of inheritance what is the execution order of constructor and destructor?
I want to persist data of objects for later use. What is the best approach to do so?