Why Java is called as purely platform independent..?
Explain briefly..dont Give regular answers
Explain with your own example..?
Answer Posted / satishkumar vishwakarma
The java is platform independed because of its bytecode.
When we compile our source file it is converted into .class
file. This .class file containts bytecode which is executed
by JVM whih is a runtime environment for java. Now
this .class file can be run in any environment with the
help of jvm. and jvm convert bytecode into native code.
That's why java is called platform independed.
| Is This Answer Correct ? | 96 Yes | 9 No |
Post New Answer View All Answers
What is the difference between char and char *?
What is abstract class constructor called?
What is finalize method?
Difference between final and effectively final ? Why is effectively final even required ?
What is java regex?
What does main method?
What is an inner class in java?
What is an 8 bit word?
What is the difference between jdk, jre, and jvm?
What does jenkins do?
What if static is removed from main method?
What are methods and how are they defined?
Explain the difference between abstract classes and interfaces in java?
Can we use a switch statement with strings?
How to remove the trailing spaces from a string?