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
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
Are global variables initialized to zero?
How is java created?
Is a case study a method or methodology?
Why is java so popular?
Why do we need data serialization?
Can we override data members in java?
What is the implementation of destroy method in java. Is it native or java code?
What is map and hashmap in java?
What does isempty () do in java?
What does %d do in java?
What is array and arraylist in java?
Who found java?
What are the characteristics of Final,Finally and Finalize keywords.
How to stop a thread in java? Explain about sleep () method in a thread?