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
Can static methods be inherited?
Is char a data type in java?
What do you mean by exception handling in Java?
what is the difference between future and callable interface in java?
How do you check whether the list is empty or not in java?
Can you create an object of an abstract class?
What is complexity and its types?
What is the default size of arraylist in java?
Is set sorted in java?
What is methodological theory?
What is regex in java?
How to declare objects of a class ?
What is math floor in java?
What is java autoboxing?
What is immutability in java?