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
What restrictions are placed on method overloading?
What is java life cycle?
How many bytes is 255 characters?
Where is jre installed?
Why is static used?
What is console based application in java?
What is the difference between throw and throws in java?
What best practices should you follow while writing multithreaded code in java?
What is the difference between stored procedure & function?
What is the difference between preemptive scheduling and time slicing in java programming?
Can final class have constructor?
what is mena by object block any what is the use of that
What is a superclass?
Why method overriding is used?
Explain the significance of class loaders in bootstrap?