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

When should I use singleton?

518


How do you check if a string contains only numeric digits?

617


What is the use of object and class classes?

568


Can constructor be synchronized?

543


How do you create a null object?

507






Explain about the interpreter in java?

624


What is lazy initialization in java?

553


What is a percentage sign called?

618


Can we create an object of private class?

549


Is boolean a wrapper class in java?

600


What is == mean?

553


Is java call by value?

583


What is the benefit of inner / nested classes ?

526


How can you set an applet’s height and width as a percentage?

512


What does it mean to flush a file?

568