Answer Posted / vandana mahali
Platform independent means the execution of the program is
not restricted by the type of os environment
provided...thereby, make it possible to process the program
at any type of environment available.
Java is a platform independent language becoz of the
bytecode magic of java. In java, when we execute the source
code...it generates the .class file comprising the
bytecodes. Bytecodes are easily interpreted by JVM which is
available with every type of OS we install.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of compiled language?
Difference between Preemptive scheduling vs. Time slicing?
What is method overloading in java ?
What checkbox method allows you to tell if a checkbox is checked?
What is java regex?
What is runtime polymorphism or dynamic method dispatch?
What are different types of states exist for a thread?
What is floor math?
Difference between object and reference?
Where can I find jdk in my computer?
How do I find and replace in word?
What is the method to expand and collapse nodes in a jtree?
What do you understand by weak reference?
How does compareto work in java?
Explain garbage collection in java?