Why Java is called as purely platform independent..?
Explain briefly..dont Give regular answers
Explain with your own example..?

Answer Posted / suraj gupta

We can say that after translating a java program into bytecode helps to make it much easier to run a program in a wide variety of environments. Only the JVM needs to be implemented for each platform. If JVM exists for a given computer, any java program can run on it. Therefor java is  platform independent language.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences between graph and tree?

641


Compare overloading and overriding?

557


Why call by value prevents parameter value change?

577


What is comparator in java?

547


What is data type example?

541






What are operators and its types?

567


What is purpose of find feature?

604


What is the purpose of using java.lang.class class?

517


What is an empty class? What functionality does it offer in Java?

665


What is ternary operator? Give an example.

589


How many types of exception can occur in a java program?

528


Why does it take so much time to access an applet having swing components the first time?

1388


Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls

1442


What are the main uses of the super keyword?

547


Explain heap sort?

696