Java is a general-purpose programming language that is class-based, object-oriented, and designed to have as few implementation dependencies as possible. It is intended to let application developers write once, run anywhere (WORA),meaning that compiled Java code can run on all platforms that support Java without the need for recompilation.
Components of Java(JavaC, JRE & JVM).
Installation of Java.
Sample program:Compilation & Execution .
Variables and operators.
Control statements
Looping Statements
Jumping statement.
Class and Object.
Constructors
Inheritance (Is-A Relationship) .
Method Overloading.
Method Overriding
Type Casting
Java Interfaces.
Members of Object Class
In depth of String
Exception Handling
Multi-threaded Programming
In depth of Array
Collection framework
Hibernate/p>
Spring
JAR File.
Design Pattern
Internals of Driver
Interfaces of JDBC.
JDBC Transaction
Stored Procedures.
JDBC Drivers.
Steps to connect to the DB2 database.
Connectivity with DB2 .
DriverManager.
Connection interface
Statement interface
ResultSet interface.
Servlet - What, Where and Why? .
Web Terminology - Servlet and Client
Server Communication , HTTP Protocol .
Servlet API .
GenericServlet
How servlet works?
Working with Glassfish Server.
request
response
config
session
application
exception
JSP and its advantages.
JSP API
JSP Life cycle -JspPage interface
HttpJspPage Interface .
JDBC Transaction
JSP in NetBeans and Eclipse.