Chapter-1 Java Introduction
Chapter-1 Java Introduction
1.1 => What is Java: Java is an Open Source, Platform Independent & Object - Oriented Programming Language.
Features of Java:
i. Open Source
ii. Platform Independent
iii. Object Oriented
iv. High Level
v. Case Sensitive
vi. Statically Typed
vii. Platform
viii. Multithreading
etc…
History of Java:
i. Java was developed by James Gosling and his team in 'Sun Microsystem' in 1991.
ii. The main motive behind James Gosling and his team creating the Java programming language was to develop a platform-independent
language that could run on various devices and operating systems without modification.
iii. Core Principle of Java: Platform independent language: WORA: Write Once, Run Anywhere
iv. The initial name of Java was OAK but it was renamed to JAVA because OAK was already a registered trademark of another company.
v. Java’s First stable version (JDK 1.0) was released on 23rd January 1996.
v. On January 27, 2010, Sun Microsystems was officially acquired by Oracle Corporation.
vi. Up to Java version 1.6, it was released by Sun Microsystems. Subsequent versions (from Java 1.7) have been released by Oracle.