0% found this document useful (1 vote)
3K views

Durga Adv Java Full

The document provides an overview of key Java web development technologies including Java Database Connectivity (JDBC), servlets, JavaServer Pages (JSP), integrated development environments (IDEs), application servers, and relational databases. It discusses JDBC features such as statement types, result sets, prepared statements, and saving points. For servlets, it covers the servlet lifecycle, communication techniques, and session tracking mechanisms. JSP topics include the page lifecycle, implicit objects, directives, scripting elements, and standard/custom actions. It also lists IDEs, application servers, and databases that are commonly used to build Java web applications.

Uploaded by

kumar_mail
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
3K views

Durga Adv Java Full

The document provides an overview of key Java web development technologies including Java Database Connectivity (JDBC), servlets, JavaServer Pages (JSP), integrated development environments (IDEs), application servers, and relational databases. It discusses JDBC features such as statement types, result sets, prepared statements, and saving points. For servlets, it covers the servlet lifecycle, communication techniques, and session tracking mechanisms. JSP topics include the page lifecycle, implicit objects, directives, scripting elements, and standard/custom actions. It also lists IDEs, application servers, and databases that are commonly used to build Java web applications.

Uploaded by

kumar_mail
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

ADVANCE - JAVA I.JDBC 1. 2. 3. 4. 5. Introduction Jdbc Architecture Types of Drivers Statement ResultSet 1.Read Only ResultSet 2.

Updatable ResultSet 3.Forward Only ResultSet 4.Scrollable ResultSet PreparedStatement Connection Modes SavePoint Batch Updations CallableStatement BLOB & CLOB

6. 7. 8. 9. 10. 11. II.SERVLETS 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11.

Introduction Web application Architecture Http Protocol & Http Methods Web Server & Web Container Servlet Interface GenericServlet HttpServlet Servlet Life Cycle ServletConfig ServletContext Servlet Communication 1. Servlet-Browser communication 1. sendError 2. setHeader 3. sendRedirect 2. Web-component Communication 1. Forward 2. Include 3.Servlet-Applet Communication

12. Session Tracking Mechanisms 1. HttpSession 2. Cookies 3. URL-Rewriting 4. Hidden-Form Fields 13.Filters & Wrappers 14.Listeners 15.Web-Security III.JSP 1. Introduction 2. Jsp LifeCycle

3. Jsp Implicit Objects & Scopes 4. Jsp Directives 1.page 2.include 3.taglib 5. Jsp Scripting Elements 1.declaratives 2.scriptlets 3.expressions 6. Jsp Actions 1.Standard Actions 1. useBean tag 2. setProperty tag 3. getProperty tag 4. include tag 5. forward tag 6. param tag 7. plug-in tag 8. params tag 9. fallback tag 10. directives tag 11. scriptlet tag 12. expression tag 2.Custom Actions 1. Classic Tags 2. Simple Tags 7. JSTL & Tag Library IV.IDE 1. MyEclipse V.SERVERS 1. Tomcat 2. Weblogic VI.DATABASE 1. Oracle

You might also like