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 is null mean in java?

1149


Can we use different return types for methods when overridden?

1063


What is return in java?

1023


Difference between current previous versions of Java?

1079


How do you convert string to int in java?

1141


What are Normalization Rules? Define Normalization?

1105


What is numel matlab?

1403


Why we use multi threading instead of multiprocessing?

1121


What is difference between equals and hashcode method?

1202


What is java objectoutputstream?

1030


How do you check if a string is lexicographically in java?

998


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

1109


How do you add spaces in java?

1060


Can a class have multiple constructors?

1133


Explain jdk, jre and jvm?

1013