JAVA Course

Course Modules we covered:

JDBC:
  • Introduction to JDBC
  • Jdbc Architecture
  • Types of Drivers-Type 1,2,3,4
  • Statement
  • ResultSet
  • PreparedStatement
  • CallableStatement
  • Transaction Management
  • ACID Properties
  • SavePoint
  • Connection Pooling
  • Batch Updations
  • BLOB & CLOB
SERVLETS:
  • Introduction
  • Web application Architecture
  • Http Protocol & Http Methods
  • Web Server & Web Container
  • Servlet Interface
  • GenericServlet
  • HttpServlet
  • Servlet Life Cycle
  • ServletConfig
  • ServletContext
  • Servlet Communication
  • Servlet-Browser communication
  • Web-component Communication
  • Session Tracking Mechanisms
  • Filters & Wrappers
  • Listeners
  • Web-Security
JSP:
  • Introduction
  • Jsp LifeCycle
  • Jsp Implicit Objects & Scopes
  • Jsp Directives
  • Jsp Scripting Elements
  • Jsp 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
  • Custom Actions
    1. Classic Tags
    2. Simple Tags
  • JSTL & Tag Library
  1. Expression Languages
  2. EL Operators
  3. EL implicit Objects
  4. EL Functions
  5. Using a Java bean in a JSP
  6. JSP Model 1 architecture
  7. JSP Model 2 (MVC) architecture
  8. Custom Tag Development
  9. Classic Tags, Simple Tags
  10. Error Handling in a JSP
  11. JSTL
  12. Expression Language
  13. Processing XML in a JSPJSTL & Tag Library