This document provides an introduction to Java programming concepts like object-oriented programming, classes, objects, inheritance and exceptions. It also covers how to build web applications in Java, including accessing databases, using JavaBeans and JDBC. Additional sections explain Java Naming and Directory Interfaces, Java Server Pages for creating dynamic web content, and the Java Servlet technology for developing web applications. Code examples are provided for key concepts.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
78 views3 pages
JSP Programe Summary
This document provides an introduction to Java programming concepts like object-oriented programming, classes, objects, inheritance and exceptions. It also covers how to build web applications in Java, including accessing databases, using JavaBeans and JDBC. Additional sections explain Java Naming and Directory Interfaces, Java Server Pages for creating dynamic web content, and the Java Servlet technology for developing web applications. Code examples are provided for key concepts.
6.1 What is JSP page? 6.2 Life Cycle of JSP page 6.3 Static and Dynamic content 6.4 Custom tags
6.5 XML Tag Library 6.6 Use of Scripting
7. Java Servlet Technology
7.1 Java Servlet Technology 7.2 What is Servlet? 7.3 The Examples Servlet 7.4 Servlet Life Cycle 7.5 Initializing a Servlet 7.6 Request & Response 7.7 Accessing Web Context 7.8 Maintaining Client State 7.9 Finalizing Servlet