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 / gangadhar

when java source file is compiled it creates a .class file
which is a bytecode file. We can just use this .class file
to execute our program without the need of the source file.
If i want to excute the program in another system , i can
do so just by using .class file(i.e. i donot need the
source code).. but the system should have jvm.

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is simpledateformat safe to use in the multithreaded program?

1052


What is string immutability?

1181


What does += mean in java?

1129


what is predefined function in java?

1030


What is purpose of keyword void?

1090


What is meant by method?

1183


What are the loops in java?

1027


What is exception propagation?

1191


What is thread safe java?

977


Why is singleton not thread safe?

1105


Which class is the superclass for every class in java programming?

1064


What are the major drawbacks of external iteration?

1101


What do you mean by checked exceptions?

1001


What is the default size of arraylist in java?

1197


What are the different ways of implementing thread? Which one is more advantageous?

1041