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 is ++ a in java?
What is double checked locking in singleton?
Why is stringbuffer faster than string?
Is array synchronized in java?
How to perform bubble sort in java?
What is preparedstatement in java?
what is static import in java? Explain
What is the use of string and stringbuffer?
How we can generate random numbers in java?
How do listeners work?
Explain about version control?
How to sort an array in java without using sort method?
What is wrapper class example?
What is queue in java?
What is :: operator in java 8?