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
Why do we need variables?
How to sort an array from smallest to largest java?
Can we declare a class as static?
How do I stop concurrentmodificationexception?
Is java owned by oracle?
Can we override data members in java?
What is abstraction in java?
How are observer and observable used in java programming?
Implement a stack with push (), pop() and min() in O(1) time.
How to make a read-only class in java?
How to perform bubble sort in java?
Give some features of interface?
Is treeset sorted in java?
what is a thread pool in java and why is it used?
Does .length start 0 java?