How java is platform independent?

Answer Posted / vinay

I am giving the answer more clear.
JVM is O.S Dependent ,i.e different operating systems require
their own specific jvm.

the thing what is platform independent is
the byte code generated by java compiler "javac"
this byte code can be run on any real world object as long as
jre(consists jvm) is exists.jre should be under some
operating system.

Is This Answer Correct ?    18 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the class in java?

555


How do you square a number?

576


What are autoboxing and unboxing? When does it occur?

534


What is the nested interface?

593


Why to use nested classes in java? (Or) what is the purpose of nested class in java?

521






How do you escape sequences in java?

588


What is a consumer in java?

564


Can you explain the private protected field modifier?

567


How does java enable high performance?

686


How do you sort a list in java?

574


What is the difference between final, finally and finalize() in java?

512


What is linked hashmap and its features?

538


What is java algorithm?

521


What is data string?

493


Can we override the overloaded method?

561