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
Is java code slower than native code?
What is import java util arraylist?
How can we make copy of a java object?
What are reference variables in java?
What is an object in java and how is it created?
What are anonymous inner classes?
How many java versions are there?
Can constructor be synchronized?
What are the major drawbacks of external iteration?
Write a program to reverse array in place?
Why do we use bufferedreader?
What is a pattern what is an anti pattern?
Differentiate between class and structure.
Define locale.
Explain about main thread in java?