Answer Posted / chandru
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 ? | 28 Yes | 0 No |
Post New Answer View All Answers
What language is pass by reference?
Where is singleton pattern used?
What is split return?
What are assembly attributes?
What is the purpose of lambda expressions?
What state is a thread in when it is executing?
What are the rules for variable declaration?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
What are different ways of object creation in java ?
What is the difference between exception and error in java?
How to add menushortcut to menu item?
What is meant by method?
How do I run java on windows?
When is finally block not called?
Explain serialization and deserialization in java?