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 advantages of exception handling in java?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
Explain the difference between static and dynamic binding in java?
Which sorting algorithm is best in java?
Which class represents the socket that both the client and server use to communicate with each other?
is it possible to instantiate the math class?
How many ways can an argument be passed to a subroutine and explain them?
Will the jvm load the package twice at runtime?
List down the methods and interfaces of collection class in java.
If a method is declared as protected, where may the method be accessed in java programming?
What is boolean query?
What is class variable java?
Is java an open source?
What are java annotations?
What language is java written?