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 return data type?

561


Can java run on google chrome?

574


What is a get method?

535


Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?

543


In a class implementing an interface, can we change the value of any variable defined in the interface?

559






Explain abstract class in java?

560


What is Session reduplication and how its done?

1567


Can we cast any other type to boolean type with type casting?

539


Give me some null interfaces in java?

605


Why is stringbuffer faster than string?

493


Explain the difference between transient and volatile in java?

580


Is java type safe?

513


How to call one constructor from the other constructor ?

606


What is the difference between this() and super() in java?

543


Are generics important java?

526