How java is platform independent?
Answer Posted / sathish s t
java is platform independent because after compile the source file,then the byte code(.class) file is converted into machine code by the interpreter(jvm) and gives output,here clearly see that the machine code is converted by jvm not depends upon OS (operating system).so java is platform independent.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the methods of object class ?
What is the collections api in java programming?
How arrays are stored in memory in java?
Can we have any code between try and finally blocks?
What do you mean by object?
What is static class
What is public static?
What is unicode used for?
What is qms certification?
What is a war file?
What is the public method modifier?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
Explain about the performance aspects of core java?
Does java support function overloading, pointers, structures, unions or linked lists?
why we use merge option in hybernate pls give a ex snippet