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
How static variable work in java?
How can we make a class virtual?
What is the difference between a factory and abstract factory pattern?
Is a class an object?
Which data type is a class in java?
What do you mean by scope of variable?
What do you mean by stream pipelining in java 8?
Can we use static class instead of singleton?
What is the access scope of a protected method?
How many static init can you have?
What purpose do the keywords final, finally, and finalize fulfill?
What is time complexity algorithm?
What is a 16 bit word?
What is the difference between == and === javascript?
What is the access scope of protected access specifier?