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
How we can skip finally block of exception even if some exception occurs in the exception block in java?
Differentiate jar and war files?
Why method overriding is used?
Difference between keyword and identifier.
How to store image in arraylist in java?
What is unicode with example?
Which methods are used during serialization and deserialization process?
Can a static method be final?
Is vector ordered in java?
Give a practical example of singleton class usage?
What is the purpose of object oriented programming?
What is the purpose of main function in java?
How to sort elements in a parallel array in java?
How to sort an array from smallest to largest java?
What are white spaces in java?