How java is platform independent?
Answer Posted / devarathnam c,kotagudibanda(po
Hi... Java is a platform independent language.After
compiling the ".java" file ,that will be converting into
the ".class" file,which is a byte code having the
capability run on any OS.Basing on the concept byte code
java achieving the platform independent,it leads to "Write
onece run anyware".
| Is This Answer Correct ? | 196 Yes | 54 No |
Post New Answer View All Answers
Can an interface have a constructor?
What are thread priorities and importance of thread priorities in java?
What is the difference between a constructor and a method?
What is hashmap in java?
Explain about the dynamic behavior of core java?
What are synchronized methods ?
What are static initalizers in java ?
Why to use nested classes in java?
What is the difference between interface & abstract class?
What are aggregate functions explain with examples?
What are new features introduced with java 8 ?
What is the use of inner class?
How can we achieve thread safety in java?
What is bubble sorting in java?
What is a instance variable?