is JVM platform dependent or independent..?

Answer Posted / bapu

x.java file compiled by compiler.but .class file contains
source code equivalent to byte code.
But the microprocessor cannot understand byte code
instructions,neither can it execute them.Jvm can convert
byte code into machine code.JVM is not a machine-it is a
program.
jvm is system dependent.

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name few java util classes introduced with java 8 ?

504


What about static nested classes in java?

589


How do you start a thread?

549


In which language java is written?

539


What is a two-pass assembler?

604






What do you mean by chromounits in java8?

525


List two java ide’s?

611


What is basic syntax?

547


Why multiple inheritance is not supported by java?

514


What is java english?

493


What is the use of put method?

516


What does I ++ mean?

608


How do you achieve singleton?

530


How does hashset works in java?

529


If an object is garbage collected, can it become reachable again?

544