Why Java is called as purely platform independent..?
Explain briefly..dont Give regular answers
Explain with your own example..?
Answer Posted / ajeet pratap singh
we can say that java is logically platform independent but not technically because as jvm generates the byte codes i.e. .class files ,it is the necessary conditions for a purely platform independent language that the byte code which is generated by the jvm should run on any operating system without any mediator or converter but here interpreters are used to convert those codes acc. to the operating systems used and this is known as jre(java runtime environment). So java is logically platform independent but not technically
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is considered an anti pattern?
What does a za z0 9 mean?
How does finally block differ from finalize() method?
What is return keyword in java?
Explain about arraylist?
What is better- service oriented or batch oriented solutions?
What is a native method in java programming?
What is implicit object in java?
What is public static void main?
Give an example of call be reference significance.
Explain the available thread states in a high-level?
Write java program to reverse string without using api?
What is a function easy definition?
What are the data types supported by java?
why doesn't java run on all platforms?