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
How do you check if an arraylist is not empty?
What is difference between static class and singleton pattern?
What is runtime locatable code?
give an example for encapsulation?
Can a class be defined inside an interface?
Explain different types of wrapper classes in java?
Can classes declared using the abstract keyword cab be instantiated?
How big is a 64 bit float?
Can we override final method?
Explain the concept of proper inheritance?
What are byte codes?
Explain exception chaining in java?
How to change value in arraylist java?
How do you format in java?
What is jit compiler ?