Java-Programming-lecture-1
Java-Programming-lecture-1
1995.
Characteristics of Java
Java is simple
Java is object-oriented
Java is distributed
Java is interpreted
Java is robust
Java is secure
Java is architecture-neutral
Java is portable
Java’s performance
Java is multithreaded
Java is dynamic
JDK Editions
Java Standard Edition (J2SE)
J2SE can be used to develop client-side standalone
applications or applets.
Java Enterprise Edition (J2EE)
J2EE can be used to develop server-side
applications such as Java servlets and Java
ServerPages.
Java Micro Edition (J2ME).
J2ME can be used to develop applications for
mobile devices such as cell phones.
A Simple Application
Example
//This application program prints Welcome
//to Java!
package chapter1;