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
How big is a pointer?
How to handle a web browser resize operation?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
Convert a BST into a DLL and DLL to BST in place.
Can a function return a function?
Which list is sorted in java?
What is a line break?
Java is Pass by Value or Pass by Reference?
Which is better stringbuffer or stringbuilder?
What is an interoperable application in java ?
What is balanced tree in java?
What is java command?
What are the special characters?
How to obtain a performance profile of java program
Why spring singleton is not thread safe?