JAVA

JAVA

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.

JAVA Overview

Basic programming

Components of Java(JavaC, JRE & JVM).

Installation of Java.

Sample program:Compilation & Execution .

Variables and operators.

Control statements

Looping Statements

Jumping statement.

OOPs programming

Class and Object.

Constructors

Inheritance (Is-A Relationship) .

Method Overloading.

Method Overriding

Type Casting

Java Interfaces.

Java Library

Members of Object Class

In depth of String

Exception Handling

Multi-threaded Programming

In depth of Array

Collection framework

Hibernate/p>

Spring

Advance Java Concepts J2EE Contents

JAR File.

Design Pattern

Internals of Driver

Interfaces of JDBC.

JDBC Transaction

Stored Procedures.

JDBC With DB2

JDBC Drivers.

Steps to connect to the DB2 database.

Connectivity with DB2 .

DriverManager.

Connection interface

Statement interface

ResultSet interface.

Introduction to Servlet

Servlet - What, Where and Why? .

Web Terminology - Servlet and Client

Server Communication , HTTP Protocol .

Servlet API .

GenericServlet

How servlet works?

Working with Glassfish Server.

JSP Implicit Objects

request

response

config

session

application

exception

Introduction to JSP

JSP and its advantages.

JSP API

JSP Life cycle -JspPage interface

HttpJspPage Interface .

JDBC Transaction

JSP in NetBeans and Eclipse.