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

When should you make a function static?

539


How to use arraylist in java netbeans?

501


What is a boolean used for?

582


Which variable is the independent variable?

530


What is meant by bytecode?

570






How can we pass argument to a function by reference instead of pass by value?

580


What is the gregoriancalendar class in java programming?

562


What are the access modifiers available in java?

552


How do you use compareto?

544


What is the difference between a choice and a list?

596


what is recursion in java

590


What do u mean by variable?

559


What is method overloading in JAVA? Why is it not present in C ?

584


What is a newline character in java?

563


Name and explain the types of ways which are used to pass arguments in any function in java.

564