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...

Why Java is called as purely platform independent..?
Explain briefly..dont Give regular answers
Explain with your own example..?

Answer Posted / satishkumar vishwakarma

The java is platform independed because of its bytecode.
When we compile our source file it is converted into .class
file. This .class file containts bytecode which is executed
by JVM whih is a runtime environment for java. Now
this .class file can be run in any environment with the
help of jvm. and jvm convert bytecode into native code.
That's why java is called platform independed.

Is This Answer Correct ?    96 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between char and char *?

1143


What is abstract class constructor called?

1072


What is finalize method?

1193


Difference between final and effectively final ? Why is effectively final even required ?

1049


What is java regex?

1052


What does main method?

1011


What is an inner class in java?

1018


What is an 8 bit word?

1096


What is the difference between jdk, jre, and jvm?

1191


What does jenkins do?

967


What if static is removed from main method?

1108


What are methods and how are they defined?

1271


Explain the difference between abstract classes and interfaces in java?

1258


Can we use a switch statement with strings?

1104


How to remove the trailing spaces from a string?

1342