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

What is JAVA? Why it is platform independent?

Answer Posted / dinesh

Java is fully object oriented programming language.In java,
source code is compiled to give bytecode(class file).
that class file is able to run in any OS.it is simply
called as "COMPILED ONCE RUN ANYWHERE".class file is fed
into JVM, it will convert the class file into corresponding
machine code.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by copy constructor in java?

977


Explain enumeration in java?

1045


What do you understand by classes in java?

1045


How do you access command-line arguments within the code?

1108


Is java still relevant?

1023


How do you remove duplicates in java?

1070


What is the tradeoff between using an unordered array versus an ordered array?

1286


Explain the importance of finalize() method.

1019


what is meant by Byte code concept in Java?

1127


Why are global variables used?

1070


What is regex in java?

990


What is the difference between the paint() and repaint() methods?

1105


How do you sort objects in java?

1028


What is the difference between static and global variables and also define what are volatile variables?

1102


Why is string buffer better than string ?

1188