Java Programming and Dynamic Webpage Design
Java Programming and Dynamic Webpage Design
UNIT-I
Java Programming: Data types, control structured, arrays, strings, and
vector, classes (inheritance, package, exception handling) multithreaded
programming.
UNIT-II
Java applets, AWT controls (Button, Labels, Combo box, list and other
Listeners, menu bar) layout manager, string handling (only main functions)
UNIT-III
Networking (datagram socket and TCP/IP based server socket) event
handling, JDBC: Introduction, Drivers, Establishing Connection, Connection
Pooling.
UNIT-IV
HTML: use of commenting, headers, text styling, images, formatting text
with , special characters, horizontal rules, line breaks, table, forms, image
maps, tags, tags, file formats including image formats.
UNIT-V
Java Servlets: Introduction, HTTP Servlet Basics, The Servlet Lifecycle,
Retrieving Information, Sending HTML Information, Session Tracking,
Database Connectivity
UNIT-VI
Java Server Pages: Introducing Java Server Pages, JSP Overview, Setting
Up the JSP Environment, Generating Dynamic Content, Using Custom Tag
Libraries and the JSP Standard Tag Library, Processing Input and Output.
Introduction
It is used for:
In 1997, Sun approached the ISO/IEC JTC1 standards body and later the Ecma
International to formalize Java, but it soon withdrew from the process. Java remains a
proprietary de facto standard that is controlled through the Java Community Process. Sun
makes most of its Java implementations available without charge, with revenue being
generated by specialized products such as the Java Enterprise System. Sun distinguishes
between its Software Development Kit (SDK) and Runtime Environment (JRE) which is a
subset of the SDK, the primary distinction being that in the JRE the compiler is not
present.