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 :: operator in java 8?
What is style and indentation?
If try block is successfully executed, Then Is Finally block executed?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
What is entry set in java?
What is the mapping mechanism used by java to identify IDL language?
What does java edition mean?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
Explain about the main() method in java?
What is bufferedwriter?
What is difference between static class and singleton pattern?
In java, how we can disallow serialization of variables?
When is update method called?
What is a data structure java?
What is a protected void?