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
What is a string what operation can be performed out with the help of a string?
How does multithreading take place on a computer with a single cpu?
What is the difference between equals() and == in java?
What are the pillars of java?
What is meant by flickering?
How an object is serialized in java?
What is java dot?
What are the differences between processes and threads?
What is a vector in java?
Can I declare class as static or private?
How do you remove duplicates from an array in java?
Can we write method inside a method in java?
What is treeset in java?
What is use of a abstract variable?
What is the difference between static and global variables and also define what are volatile variables?