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
Explain about strings in java?
Explain about features of local inner class?
What is constructor chaining and how is it achieved in java?
What is the use of set in java?
What is the difference between numeric and integer?
What is parameters example?
What are the advantages of packages in java?
What is a layout manager and what are different types of layout managers available in java awt?
how can you catch multiple exceptions in java?
What does the @override annotation do?
Why are there no global variables in java?
What is the size of an array?
Give few difference between constructor and method?
What is the range of the short type?
What is an abstract method in java programming?