Advanced Java: Presented By:-Xyz
Advanced Java: Presented By:-Xyz
PRESENTED BY:-XYZ
Content
Why Advanced Java?
What is Web Applications.
What is JDBC ?
JDBC Connection.
Servlet
Servlet Life Cycle.
JSP
JSP Life Cycle.
Why Advanced Java?
The main difference between Core Java and Advanced Java is that
the Core Java is used to build general applications while
the Advanced Java is used to build enterprise level applications.
JDBC API is a Java API that can access any kind of data stored in a
Relational Database.
1) javax.servlet.GenericServlet
2) javax.servlet.HttpServlet
Servlet Life Cycle
Servlet Example
Using Servlets, you can collect input from users through web page
forms, present records from a database or another source, and create
web pages dynamically.
JSP