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
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
How do I find jre path in windows?
what is mean by hasing and maping in java platform and advantage?
What are the differences between the java collection and the java list? : 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
What is an algorithm in java collection framework? : java collections
What are the main classes of the list interfaces? : java collections
What are the different types of ways where you can iterate over a list? : java collections
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What do you understand by synchronization? Why is it important?
What are the types of java collections? : java collections
What is the difference between comparable and comparator in java.util pkg?
What is the use of the list interface in the java collection? : java collections
What are the considerations to be made in case of loops in java ?