Advanced Java Online Training By real time faculties


Advanced Java Online Training By real time faculties

JDBC

Introduction to DB connectivity
Introduction to ODBC Drivers
Introduction to JDBC Drivers
  • Type I Driver (JDBC-ODBC Driver)
  • Type II Driver (Java-Native API Driver
  • Type III Driver (Java Net Driver)
  • Type IV Driver (Java Native Protocol Driver)
List of classes and interfaces given in JDBC API
Classes
  • DriverManageR
  • Types
Interfaces:
  • Driver, Connection, Statement, PreparedStatement, CallableStatement, ResultSet, ResultSetMetaData.
How to execute DDL commands CREATE, ALTER, DROP TABLE from JDBC API
How to execute DML commands INSERT, UPDATE, DELETE, DRL Command SELECT using JDBC API
Difference between Statement and PreparedStatement
How to execute functions and procedures using CallableStatement
Types of ResultSets
  • JDBC 1.0 ResultSet
  • JDBC 2.0 ResultSet (Scrollable, Sensitive and Updatable resultsets)
  • JDBC 3.0 ResultSet (JdbcRowSet and CachedRowSet)
Transactions
Achieving Atomicity in JDBC operations
Batch Updations

Servlets

Web Server, Web Container, Web component, Web Application
Servlet, ServletConfig, ServletContext, ServletRequest, ServletResponse, HttpServletRequest, Cookie, RequestDispatcher, FilterConfig, Listeners, Wrapper
Types of Servlets
Developing web application and deploying on to Tomcat web server using ANT
Session management techniques (Cookies, Hidden Fields, URL rewriting)
Idempotency issues
Inter-Servlet communications
Chaining web components with Filters
Sharing data across application, session and request using scoped variables
Sending various mime types from servlets
Listeners

JSP

Comparison between Servlets and JSP
What is Page compilation process
JSP document processing in JSP container
Scripting elements
Directive elements
Standard action elements
Page composition with <%@include%>and<jsp:include/>
Accessing model components from JSP document using <jsp:useBean>
Writing and accessing custom tags (TIC/THC)
Error handling in JSP
TIC and PIC (Page Implementation Class)
Implicit objects of JSP
Scoped variables

JSTL

  • JSTL Tags
  • Core
  • Sql
  • XML
  • Format
Contact Us For Demo

No comments:

Post a Comment