How java is platform independent?
Answer Posted / jitesh singh
java is platform independent due to the concept of J.I.T
after compilation of java source code filename.class file
prepared by the J.V.M is called bytecode but j.v.m is
platform dependent that bytecode is further interpreate by
J.I.T in the machine code
by this process java becomes platform independent
| Is This Answer Correct ? | 19 Yes | 44 No |
Post New Answer View All Answers
Difference between this() and super() ?
What do you mean by local class?
What is jvm? Why is java called the platform independent programming language?
define polymorphism in java
Does chrome use java?
How do you create an array in java?
What are white spaces in java?
What is the purpose of format function?
What does system out println () do?
What is time complexity java?
Is there any difference between nested classes and inner classes?
What is static data type in java?
What is a nonetype?
What is a marker interface?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?