- Introduction to JDBC
- JDBC API to connect Java and DB connectivity.
- Drivers and types of Driver.
- Complete Architecture of JDBC.
- Steps to connect Two applications.
- Connectivity with Oracle.
- Connectivity with MYSQL.
- Application to create tables.
- Application to insert ,delete, update, drop table.
- Metadata extraction from ResultSet.
- SQL commands to recieve data from DB.
- Statement,
- PreparedStatement,
- CallableStatement.
- Scrollable ResultSet.
- Batch Updates.
- Transaction management.
- Stored procedure.
- BLOB and CLOB.
- Connection pooling.
JEE/Server Side Programming
- Introduction to servlet.
- Basics of web.
- Servlet Interface.
- HttpServlet and servlet life cycle.
- Steps to prepare web application.(Appache Tomcat server)
- Approaches to prepare servlets.
- Annotations in servlets.
- JBOSS/Wildfly server.
- Glassfish server.
- session mechanism.
- Servlet filters.
- Cookies.
- Web Security.
- Basic of JSP
- Life cycle of JSP.
- JSP API.
- Scripting element
- Scriplet tag.
- Sxpression tag.
- Declaration tag.
- Implicit Objects
- Out.
- Request.
- Response.
- Config.
- Application.
- Session.
- Exception.
- Page context.
- Directive Element
- Page directive.
- Include directive.
- Taglib directive.
- Exception Handling
- Using try catch.
- Using implicit object.
- Using JSTL tags.