0% found this document useful (0 votes)
13 views

Chapter 3-Java Development Overview

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Chapter 3-Java Development Overview

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

1

JAVA DEVELOPMENT OVERVIEW


Prepared by: Ms. Jullie Ann M. Ocampo
JAVA HISTORY

❑Created in 1991 by James Gosling of Sun


Microsystems
❑Originally named Oak, which was the tree
outside James Gosling’s window
❑May 23, 1995: Sun Microsystems releases
its first official version of the Java
programming language

2
What is JAVA?
▪ Is an application development program
providing a simple. OOP (Object-Oriented
Programming) language
▪ Java is a great general-purpose
programming language
▪ Is an application development platform

3
JDK (Java Development Kit)
Contains tools you need to be able to write Java
applications
Tool Description
javac Java compiler
java Launcher for java applications
javadoc API documentation generator
appletviewer Run and debug applets w/o a web
browser
jar Create and manage Java Archive
(JAR) files
jdb Java Debugger 4

You might also like