History of Java

 

History of Java

  1. Origins and Inception (1991–1995):

    • Creators: Java was developed by a team led by James Gosling, Mike Sheridan, and Patrick Naughton at Sun Microsystems.
    • Initial Purpose: Originally designed for interactive television, the language was initially called Oak after an oak tree outside Gosling's office. It was later renamed Java after coffee, reflecting its simplicity and utility.
    • Key Goals:
      • Platform independence: "Write Once, Run Anywhere" (WORA).
      • Simplicity and readability.
      • Security and robustness.
      • Multithreading support for improved performance.
    • First Release: Java 1.0 was officially released in 1995.
  2. Key Early Features (Java 1.0–1.4):

    • Support for applets, allowing Java to run in web browsers.
    • Bytecode execution via the Java Virtual Machine (JVM), enabling platform independence.
    • Robust libraries for networking, I/O, and graphics.

No comments:

Post a Comment