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


Please Help Members By Posting Answers For Below Questions

Differences between traditional programming language and object oriented programming language?

808


Which class is used by server applications to obtain a port and listen for client requests?

700


Is object a data type in java?

835


What is method in research paper?

764


Is this valid in java ? Can we instantiate interface in java?

740


Explain the difference between throw and throws in java?

763


Can you declare a private method as static?

901


Is it possible to use string in the switch case?

750


Explain the key functions of data binding?

783


How to find the index of the largest number in an arraylist java?

711


Does chrome use java?

705


Why singleton is not thread safe?

762


What is static data type in java?

756


What restrictions are placed on method overriding in java programming?

738


How do singleton patterns work?

722