Introduction To Java
Introduction To Java
JAVA
• Java is related to C++, which is a direct
descendant of C.
• Much of the character of Java is inherited
from these two languages.
• From C, Java derives its syntax.
• Many of Java’s object-oriented features were
influenced by C++.
JAVA
• Java was conceived by James Gosling, Patrick
Naughton, Chris Warth, Ed Frank, and Mike
Sheridan at Sun Microsystems, Inc. in 1991.
• This language was initially called “Oak,” but
was renamed “Java” in 1995.
JAVA
The primary motivation for Java
• Simple
• Secure
• Portable
• Object-oriented
• Robust
• Multithreaded
• Architecture-neutral
• Interpreted
• High performance
• Distributed
• Dynamic
Robust
End of Class