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
Which package is always imported by default?
Justify your answer that you can't define a method inside another method in java, if you can then how?
What do you mean by flow of struts?
What are aggregate functions explain with examples?
List primitive java types?
What is slash r?
Explain about core java?
What is return code?
Can I extend singleton class in java?
How do you achieve polymorphism in java?
Is null in java?
Can you sort a string in java?
What class allows you to read objects directly from a stream?
how to split string in java?
What's the base class in java from which all classes are derived?