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
How can we pass argument to a function by reference instead of pass by value?
Why string is immutable or final in java
What is the purpose of using java.lang.class class?
What is rule of accessibility in java?
What is a line break example?
What is arguments in java?
Explain 5 features introduced in jdk 1.7?
How do you create a null object?
What is final int?
What is scope of a variable?
Explain the difference between abstract class and interface in java?
What was java originally called?
what is thread? : Java thread
What is the difference between Java and C++?
What is null data type?