i don't want fullforms of JDK an JVM i want definitions for
them
Answer Posted / krishgopal
JVM does the compile and interpret.
soure code can be changed into bytecode and then byte
can be interpreted by JVM. then the actual answer of the
peogram(or) sourecode wil be dispalyed in screen.
that's all from JVM.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is pass by value?
What is return code?
What are different type of exceptions in java?
What are packages in java?
Can we define constructor in inner class?
What is difference between final and immutable?
How many bits is a char?
Explain wait(), notify() and notifyall() methods of object class ?
Which is better singleton or static class?
What is dynamic array in java?
What is abstraction in java?
Explain runtime exceptions?
What is the purpose of a transient variable?
What is package private scope in java?
What is the benefit of inner / nested classes ?