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 to create a base64 decoder in java8?
What is OOP Language?
What languages are pass by reference?
What is the generic class?
Explain about narrowing conversion in java?
What are the four integer types supported by java?
What is the difference between integer parseint and integer valueof?
What is variable declaration and definition?
Can array grow dynamically in java?
Implement two stacks using a single array.
How dead lock situation occurs in java and how you can identify it?
What is skeleton and stub?
What is the difference between stream and buffer?
How to make a read-only class in java?
What is anti pattern in cyber security?