DAY: 1
Since java can be used to develop
all kinds of software applications it is called as programming suite.
1. JSE Module Java Standard Edition
2. JEE Module Java Enterprise
Edition
3. JME Module java Micro/Mobile
Edition
JSE:
v It is installable software as JDK
software.
v Latest version is:
7.0 (dolphin)
6.0(mustang)
5.0(tiger)
v This module is given to develop
stand-alone applications, Desktop applications, two-tier applications,
applets……………….
v This application that is specific to
one computer and contains main (-) method is called as
stand-alone application.
v Example: AWT Frame Window
application, swing frame window application.