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
Differences between traditional programming language and object oriented programming language?
Which class is used by server applications to obtain a port and listen for client requests?
Is object a data type in java?
What is method in research paper?
Is this valid in java ? Can we instantiate interface in java?
Explain the difference between throw and throws in java?
Can you declare a private method as static?
Is it possible to use string in the switch case?
Explain the key functions of data binding?
How to find the index of the largest number in an arraylist java?
Does chrome use java?
Why singleton is not thread safe?
What is static data type in java?
What restrictions are placed on method overriding in java programming?
How do singleton patterns work?