JavaCore java

Java introduction

Why is Java Famous?

  • Feature-rich & versatile → used in web apps, mobile apps, desktop apps, games, enterprise systems, etc.
  • Readable & Maintainable → syntax is close to English, easier for developers.
  • WORA (Write Once, Run Anywhere) → Java programs run on any device with a JVM (Java Virtual Machine).
  • Rich API → e.g., Collection API makes working with data structures easy.
  • Strong Exception Handling → ensures robust and error-tolerant applications.

History of Java

  • Created in 1995 by James Gosling at Sun Microsystems.
  • Later acquired by Oracle Corporation.
  • New updates are released approximately every 6 months.