Advanced Java Online Training By real time faculties
JDBC
Introduction to DB connectivityIntroduction 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)
Classes
- DriverManageR
- Types
- Driver, Connection, Statement, PreparedStatement, CallableStatement, ResultSet, ResultSetMetaData.
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)
Achieving Atomicity in JDBC operations
Batch Updations
Servlets
Web Server, Web Container, Web component, Web ApplicationServlet, 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 JSPWhat 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
No comments:
Post a Comment