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 the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
What do you understand by copy constructor in java?
What is indexof in java?
Write a method to check if input string is palindrome?
What is the purpose of assert keyword used in jdk1.4.x?
What do you mean by default constructor in java?
What is independent and dependent variables in research?
Is jdk required on each machine to run a java program?
What are the advantages of assembly language?
Define linked list and its features with signature?
What is the += operator called?
What is complexity and its types?
What are default methods ?
Can we declare the main method of our class as private?
Can one thread block the other thread?