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 object class in java?
What interface is extended by awt event listeners?
How objects of a class are created if no constructor is defined in the class?
What is an example of character?
How to create a fecelet view?
What is the finalize method do?
Can you give few examples of final classes defined in java api?
What is classpath?
What are the 5 types of research methods?
Which class cannot be a subclass in java?
Explain about interrupt() method of thread class ?
How to store image in arraylist in java?
What is method overloading in java ?
How concurrent hashmap works?
What about anonymous inner classes in java?