Answer Posted / aashish r. wadhokar
java virtual machine also known as JVM.
JVM is a miracle bcoz of which java becomes platform
independent language.
jvm acts as an inrterface betn OS and java program.
as in c lang. program needs to be convert into machine
language(.obj).in the same way java code need to be
translated into .class file (in bytecode)
and then JVM executes thst bytecode(.class file).
and thus java program gets executed by JVM and not by OS.
so java become platform independent.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What do you understand by synchronization? Why is it important?
What is the use of the list interface in the java collection? : java collections
What are the main classes of the list interfaces? : java collections
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
What is the use of hashcode in java ?
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
Which interface does java.util.hashtable implement?
What are maps interfaces in the java collections? : java collections
Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com
What is the Spring2.5 MVC Navigation flow?
What are the types of java collections? : java collections
What are the uses of the set interfaces in the java collections? : java collections
What is iterator in the java collections framework? : java collections
What are the different types of features of the java collections framework? : java collections
Which sorting algorithm is used by collections.sort() in java ?