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


Please Help Members By Posting Answers For Below Questions

What are the 4 types of research methods?

507


What is a protected void?

500


What is ordered map in java?

531


What is encapsulation in java?

613


Explain the differences between static and dynamic variables?

578






What is meant by null and void?

528


Can we instantiate interface in java?

666


Difference between current previous versions of Java?

551


Differentiate between a class and an object.

558


What are the types of java languages?

514


Can a static method be final?

548


How many static init can you have?

671


What is a parameter in a function?

524


Can a class have 2 constructors?

492


How do you write a good declaration?

486