Core and Advance Java
Core and Advance Java
L T P C
Core and Advance Java
0 0 0 0
Purpose:
List and use Object Oriented Programming concepts for problem solving.
Write programs using Java collec on API as well as the java standard class library.
Solve the inter-disciplinary applica ons using the concept of inheritance.
Apply JDBC to provide a program level interface for communica ng with database using java programming.
Crea ng websites using servlet and JSP.
Day 1
Java Introduc on and History
Basic Concepts of OOPS, Class, and Object in Java
Wri ng and execu ng simple 'Hello World' java program
Day 2
Day 3
Day 4
ti
ti
ti
ti
ff
ti
ti
ti
ti
ti
Copy Constructor
Chaining of constructors
This keyword
Method overloading
Introduc on to Inheritance
Day 6
Types of Inheritance
Implementa on of Single level, mul level and hierarchal Inheritance
Use of super keyword
Method Overriding
Day 7
Day 8
Day 9
Day 10
Introduc on to Array
- Types of array
- Implementa on of single dimensional and mul dimensional arrays
- Length property
- For each loop
- Jagged array
Day 11
fi
ti
ti
ti
ti
ti
ti
ti
fi
ti
ti
Day 12
Day 13
Excep on Handling
- Types of Excep ons
- Displaying descrip on of Excep on
- Handling excep on – use of try, catch, throw , throws and nally
- Handling Unreachable code error
- Checked and Unchecked Excep ons
- Di erent places to handle excep ons
- Throwing our own Excep ons
Day 14
ti
ti
ti
ti
ti
ti
ti
ti
ti
fi
Introduc on to JDBC
Types of JDBC Drivers
Se ng up the environment for JDBC
Load the driver
Create Connec on with database
Day 16
Day 17
Use of ResultSetMetadat
Use of executeUpdate()
Execu ng inert, update and delete queries
Day 18
Day 19
Day 20
GenericServlet
create servlet using GenericServlet
H pServlet
create servlet using H pServlet class
Day 21
tt
ff
tti
ti
ti
ti
ti
tt
ti
Day 22
Day 23
RequestDispatcher Interface
Crea ng Object of RequestDispatcher
Use of forward() and include methods
LoginCheck servlet
Day 24
Day 25
H pSession Interface
Ge ng a reference to H pSession
H pSession Methods
create a session, check whether session is new or exis ng one, how to set expiry me for session, and how
to get servlet crea on and last accessed me
Ending a session
Day 26
ti
tt
fi
ti
fi
ti
ti
Day 27
Day 28
javax.servlet.Filter Interface
Filter Methods
Filter LifeCycle
Registering Filter with servlet
Implemen ng the concept of lers with servlets
Day 29
JSP Introduc on
JSP API
JSP LifeCycle
JSP Tags and Direc ves
Day 30
ti
ti
ti
ti
ti
fi