How java is platform independent?
Answer Posted / sathish s t
java is platform independent because after compile the source file,then the byte code(.class) file is converted into machine code by the interpreter(jvm) and gives output,here clearly see that the machine code is converted by jvm not depends upon OS (operating system).so java is platform independent.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does %4d mean in java?
What is the same as procedures?
What is stack example?
what are Hostile Applets?
What is the difference between && and & in java?
What means public static?
How can you share data between two thread in Java?
Write a program based on Java script program.
What is immutable in java?
Define canvas?
What is the difference between math floor and math round?
Can each java object keep track of all the threads that want to exclusively access it?
Why set is used in java?
What does %d do in java?
What does exp mean in math?