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 mvc in java?
Explain about static imports in java?
Explain tree set and its features?
Explain garbage collection in java?
Which is the class in java?
Which is bigger float or double java?
Why java is secure? Explain.
What is a java lambda expression?
how to create multithreaded program? : Java thread
What is a get method?
What is difference between printf and scanf?
What is the advantage of functional interface in java 8?
Explain the reason behind ending a program with a system.exit(0)?
Explain about exception propagation?
Explain notifyall() method of object class ?