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 use of default method in interface in java? Explain
What is type safety in java?
What are the differences between include directive and include action?
Is java an open source?
What is static method with example?
Difference between a process and a program?
How can we pass argument to a function by reference instead of pass by value?
What are the 5 types of research methods?
What are the three best choices for a development environment?
Explain different forms of polymorphism?
What is the difference between superclass and subclass?
Is it possible to specify multiple jndi names when deploying an ejb?
What are scalar data types?
What about features of local inner class?
What is Garbage Collection in Java