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 java is platform independent?

Answer Posted / rinky sharma

when java code is compiled a bytecode is generated which is
independent of the system.This bytecode is fed to the JVM
(java virtual machine)which is resided in the system.Since
every system has its own JVM,it does'nt matter where u
compile the source code.The bytecode generated by the
compiler can be interpreted by any JVM of any machine.

Hence it is called platform-indepented language.

Is This Answer Correct ?    62 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What's the default access specifier for variables and methods of a class?

1166


Define inheritance with reference to java.

1143


Does sprintf allocate memory?

1165


explain copyonwritearraylist and when do we use copyonwritearraylist?

988


When parseint method can be used?

987


Why is java called java?

1102


What is difference between an object and a class?

1171


Why deletion in linkedlist is fast than arraylist?

1146


What do you mean by ternary operator in java?

1065


What is passing by reference in java?

1073


Difference between current previous versions of Java?

1079


take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).

2043


How to change the priority of thread or how to set priority of thread?

1072


Do I need java on my computer?

1022


what is deadlock? : Java thread

1060