About this document
Java by Anvita Sawant is a document available to read on EtoBox.
Java is considered a Platform Independent language because it compiles programs into bytecode, which is stored in .class files. This bytecode can be executed on any system with a Java Virtual Machine (JVM), regardless of the underlying hardware or software. While the JVM is platform dependent, the ability to create bytecode on one system and run it on another is what makes Java platform independent.
- Author
- Anvita Sawant
- Language
- EN