Answer Posted / latha
java virtual machine is tha heart of tha java program. it
is responsible for the .class file and converting byte code
instruction into the machine lang.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is string [] java?
Can a constructor call the constructor of parent class?
Can we have more than one package statement in the source file?
What are different types of encoding?
What is the difference between array list and vector in java?
What is the difference between access specifiers and access modifiers in java? 16
What does three dots mean in java?
Explain throw keyword in java?
Can we synchronize static methods in java?
Can we override private constructor in java?
What are the data types supported by java?
What is a modifier?
What is singletonlist in java?
Does substring create a new object?
What is difference between stringbuffer and string?