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

Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain

1429


When will we prefer to use set and list in java and why?

546


What do you understand by classes in java?

553


Why is it important to initialize a variable?

489


How many types of the indexof method are there for strings?

487






Can we declare main () method as non static?

518


What are the properties of thread?

500


What do you mean by exception handling in Java?

658


Is string a class in java?

509


What are encapsulation, inheritance and polymorphism?

525


Can a class have more than one object?

524


What is class variable java?

581


Explain about class in java?

608


what are different ways in which a thread can enter the waiting state? : Java thread

490


Why wait and notify methods are declared in object class?

599