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 makes a function well defined?
Which sorting algorithm is in place?
Explain about collection interface in java?
What is intern method in java?
What is member in java?
Name some OOPS Concepts in Java?
How can an exception be thrown manually by a programmer?
Why are the methods of the math class static?
Does java have a compiler?
Can we call thread start () twice?
Is oracle charging for java?
What is the difference between conversation & casting?
What are the ways to instantiate the class class?
Is array a class?
What all methods are used to prevent thread execution ?