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 Applet Stub Interface ?
What is a double?
What is meant by singleton class?
Explain the advantages of packages in java?
What will be the initial value of an object reference which is defined as an instance variable?
What is the difference between inner class and nested class?
How are multiple inheritances done in Java?
What do you mean by ordered and sorted in collections in java?
Are variables stored in ram?
Difference between == and .equals() ?
Do we have pointers in java?
Why there are some null interface in java? What does it mean?
What is an object in java?
What is __ init __ functions?
What is the syntax and characteristics of a lambda expression?