Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how we can say java is platform independent, while we
require JVM for that particular Operating System?

Answer Posted / seema choudhary

Java is platform independent b'caz java compiler convert the source file into the Byte code or object code file then JVM(Java Virtual Machine) convert the file into the machine language.
object code file will execute on another machine or any platform by using the JVM.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are bit fields in c?

1592


Why ca not I do something like this?

968


What is pointer and structure in c?

1066


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1440


Explain bitwise shift operators?

1165


Where is volatile variable stored?

1025


Are pointers really faster than arrays?

962


What are header files and explain what are its uses in c programming?

1063


Why is c used in embedded systems?

1056


How do I get a null pointer in my programs?

1057


What is a structure and why it is used?

1132


Explain what is the difference between far and near ?

1045


Can we declare a function inside a function in c?

986


What is the use of getchar functions?

1124


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

1009