Java is a platform independent programming language developed in 1991 named as OAK. Then later standarized as java in 1995. It follows oops..Features of Java
- Simple
- Object-Oriented Programming Language
- Robust
- Platform-Independent
- Secure
- Multi-threading
- Portable
- Architectural Neutral
- High Performance
- Distributed
- Multi-Tasking
- Interpreted
- Dynamic
Java applications are typically compiled to convert bytecode to classcode with help of Java Virtual Machine(JVM) , that can run on any Java virtual machine (JVM) regardless of the underlying computer architecture.