How java is platform independent?
Answer Posted / rinky sharma
when java code is compiled a bytecode is generated which is
independent of the system.This bytecode is fed to the JVM
(java virtual machine)which is resided in the system.Since
every system has its own JVM,it does'nt matter where u
compile the source code.The bytecode generated by the
compiler can be interpreted by any JVM of any machine.
Hence it is called platform-indepented language.
| Is This Answer Correct ? | 62 Yes | 12 No |
Post New Answer View All Answers
Can we override compareto method?
What is pangram in java?
Which of the classes will have more memory allocated?
What is serial version uid and its importance in java?
What is maximum size of arraylist in java?
when should you use stringbuilder class in a program?
How to make a non daemon thread as daemon?
How do you create a bulleted list?
What is java objectoutputstream?
Can we have multiple classes in single file ?
how we can create packages in java?
Explain the significance of listiterator.
What is an empty string in css?
What is difference between call by value and call by reference?
Describe the syntax of multiple inheritance? When do we use such an inheritance?