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
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
What are the types of java collections? : java collections
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
What are the queues in the java collection framework? : java collections
What are the main classes of the list interfaces? : java collections
In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?
What are maps interfaces in the java collections? : java collections
What is java collection? : java collections
Should we create system software ( e.g operating system ) in java ?
What are the different types of collections views being provided by the map interface? : java collections
What are the different types of classes implemented in the set interfaces? : java collections
What are the types of interface used in the java collections? : java collections
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
my interviewer asked me what technical specification you used how to answer that question
What are the considerations to be made in case of loops in java ?