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

How is java created?

711


Can one thread block the other thread?

769


What are the differences between throw and throws?

794


How do you identify independent and dependent variables?

707


I want to re-reach and use an object once it has been garbage collected. How it's possible?

751






Can a singleton class be inherited?

687


Can private members of a base class are inheritable justify?

667


Where are the local variables stored?

713


Can a private method of a superclass be declared within a subclass?

722


How can we create objects if we make the constructor private ?

718


How do you sort words in java?

693


How do you read a char in java?

670


What is a loop java?

758


What is the need of transient variables in Java ?

779


What is a variable simple definition?

765