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

Is Java Platform Independent if then how?

Answer Posted / glibwaresoftsolutions

You're absolutely right! Java is often described as a platform-independent language due to its use of bytecode. When you compile Java source code, it gets transformed into bytecode (.class files), which can run on any system that has a compatible Java Virtual Machine (JVM) installed.
This architecture allows developers to write code once and run it anywhere, as long as the appropriate JVM is available on the target platform. While the JVM itself is platform-dependent (since it needs to be tailored to the specific operating system), the bytecode remains consistent across platforms, enabling this cross-platform capability. This design is a key reason for Java's popularity in various environments, from web applications to enterprise software.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are inner classes or non static nested classes in java?

1144


What is the purpose of a default constructor?

1059


enlist some features of jdk.

924


Is there any limitation of using inheritance?

1039


A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.

982


How are variables stored in memory?

1016


How do you compare values in java?

996


How many ways can we create the string object?

975


How objects of a class are created if no constructor is defined in the class?

1033


What is the integer of 16?

938


What is bytecode in java ?

1140


What happens if an exception is not handled in a program?

1066


what do you understand by the term string with respect to java?

1000


What are static methods?

1007


How the interruptible method gets implemented?

933