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 is the difference between processes and threads?
What are constants?
What is arraylist e in java?
How much is a java license?
What is hashset in java?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
How do you identify independent and dependent variables?
Can set contain duplicates?
Is minecraft java edition free?
Is singleton thread safe in java?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
Is string pool garbage collected?
What is javac used for?
Can private class be extended java?
Do you know how to reverse string in java?