About this document
Overview of Java Programming Language by MAYANK RAGHAV is a document available to read on EtoBox.
1. Java is an object-oriented programming language developed by Sun Microsystems that is similar to C and C++ but without some of their complex features. 2. It has extensive networking and GUI capabilities built into the language and is portable, meaning programs can run on any platform with a Java Virtual Machine. 3. Java programs are compiled into bytecode that is interpreted by the JVM, making Java slower than C/C++ but with improved performance over time as JVMs are optimized.
- Author
- MAYANK RAGHAV
- Language
- EN