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
Differentiate between stringbuffer and stringbuilder in java.
What is a concrete classes? Is Java object class is concrete class?
Give us the name of the list layoutmanagers in java?
What are different types of encoding?
Is int primitive data type?
Can a class be private in java?
Where is stringbuffer stored?
Can arraylist hold different types java?
What is an object class?
What do you mean by Hash Map and Hash Table?
Why hashmap is used in java?
What do you mean by platform independence?
What is a string what operation can be performed out with the help of a string?
What is bufferedreader in java?
Name few java 8 annotations ?