Sun world hotjava the first java-enabled web browser java version jdk
Java Programming Language Instructor: Dr. Jun Ni, Ph.D. M.E.
Department of Computer Science
� Upon completing the course, you will understand – Java applications
and applets
– Primitive data types
– Java control flow
– Methods
– Object-oriented programming
– Core Java classes (Swing, exception,
internationalization, multithreading, multimedia, I/O, networking)
– Chapter 1: Introduction to Java
– Chapter 2: Primitive Data Types and Operations– Chapter 3: Control Statements
– Chapter 4: Methods
Book Chapters, cont.
�Part III: Graphics Programming
Book Chapters, cont.
�Part IV: Developing Comprehensive Projects
�Getting Started With Java Programming– Compiling and Running a Java Application– Compiling and Running a Java Applet
� James Gosling
� Oak project
� Java, May 20, 1995, Sun World� HotJava
– The first Java-enabled Web browser� Java version
– JDK 1.1, 1.2, 1.3, 1.4beta
� Java conference
– JavaOne
� JDK 1.02 (1995)
� JDK 1.1 (1996)
� Java 2 SDK v 1.2 (JDK 1.2, 1998)� Java 2 SDK v 1.3 (JDK 1.2, 2000)�
Java 2 SDK v.13.1
� Java 2 SDK v.1.4beta
Getting Started with Java Programming
//This application program prints Welcome
//to Java!
File
Compiler
Java |
|
Java |
---|
|
... | Interpreter | |
---|---|---|---|
on Sun Solaris |
Example Using TextPad