is JVM platform dependent or independent..?

Answer Posted / vikrant sharma

JVM refers to Java virtual machine.As you know JVM takes
byte code and convert it into format that is understandable
by microprocessor.Since Every machine has its own JVM like
windows has own JVM, linux has own JVM,Macintosh has
different,etc.This means JVM depends upon Operating system
that means JVM is platform dependent.But that byte code
able to run on any machine that has JVM(JRE)..

Is This Answer Correct ?    20 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the exclamation mark mean in java?

586


How many types of equations are there?

536


How the metacharacters are different from the ordinary characters?

562


What is executor memory?

509


How do you square a number?

575






Write a program to print fibonacci series up to count 10.

513


List implementations of list interface?

555


What is treeset in java?

533


What's the base class of all exception classes?

560


Why string is not thread safe?

531


State some advantages of java?

708


What is the common usage of serialization? What exceptions occur during serialization?

596


What are mutable classes?

518


What is a local, member and a class variable?

572


what is the difference between yielding and sleeping? : Java thread

517