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 is a string what operation can be performed out with the help of a string?

740


How does multithreading take place on a computer with a single cpu?

769


What is the difference between equals() and == in java?

696


What are the pillars of java?

666


What is meant by flickering?

837


How an object is serialized in java?

745


What is java dot?

698


What are the differences between processes and threads?

746


What is a vector in java?

780


Can I declare class as static or private?

745


How do you remove duplicates from an array in java?

708


Can we write method inside a method in java?

744


What is treeset in java?

742


What is use of a abstract variable?

737


What is the difference between static and global variables and also define what are volatile variables?

802