| |
|
|
|
|
|
|
|
|
|
| |
|
JAVA COURSE CONTENTS |
1.4 & 1.5 |
|
|
IDE's & TOOLS |
|
Web & Application Servers |
|
| |
|
|
|
|
|
|
|
|
|
| |
1 |
Core Java |
|
|
|
NetBeans |
|
Tomcat 5.0 /5.5/6.0 |
|
| |
|
Introduction to Java |
|
|
|
MyEclipse6.5 /7.0 |
|
Weblogic |
|
| |
|
Features of Java |
|
|
|
Intellij Idea Tool |
|
JBOSS |
|
| |
|
JDK,JRE & JVM |
|
|
|
|
|
Websphere |
|
| |
|
Architecture of JVM |
|
|
|
|
|
|
|
| |
|
Garbage Collection |
|
|
|
|
|
|
|
| |
|
Data Types |
|
|
|
|
|
|
|
| |
|
Variables & Arrays |
|
|
|
|
|
|
|
| |
|
Command Line Arguments |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
2 |
OOPS |
|
|
|
|
|
|
|
| |
|
Features of OOPS |
|
|
|
|
|
|
|
| |
|
Classes & Objects |
|
|
|
|
|
|
|
| |
|
Encapsulation |
|
|
|
|
|
|
|
| |
|
Abstraction |
|
|
|
|
|
|
|
| |
|
Constructors |
|
|
|
|
|
|
|
| |
|
Method Overloading |
|
|
|
|
|
|
|
| |
|
Inheritance |
|
|
|
|
|
|
| |
|
Method Overriding |
|
|
|
|
|
|
|
| |
|
Modifiers & Identifiers |
|
|
|
|
|
|
|
| |
|
Type Casting |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
3 |
Polymorphism |
|
|
|
|
|
|
|
| |
|
Abstract Classes |
|
|
|
|
|
|
|
| |
|
Interfaces |
|
|
|
|
|
|
|
| |
|
Inner Classes |
|
|
|
|
|
|
|
| |
|
Static & Final |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
4 |
Exception handling |
|
|
|
|
|
|
|
| |
|
Errors & Exceptions |
|
|
|
|
|
|
|
| |
|
Hierarchy of exceptions |
|
|
|
|
|
|
|
| |
|
try,catch,throw,throws,finally |
|
|
|
|
|
|
|
| |
|
types of exceptions |
|
|
|
|
|
|
|
| |
|
User-defined Exceptions |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
5 |
Packages |
|
|
|
|
|
|
|
| |
|
user-defined Packages |
|
|
|
|
|
|
|
| |
|
writing packages |
|
|
|
|
|
|
|
| |
|
subpackages |
|
|
|
|
|
|
|
| |
|
Pre-Defined Packages |
|
|
|
|
|
|
|
| |
|
lang package |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
6 |
Util Package |
|
|
|
|
|
|
|
| |
|
Date |
|
|
|
|
|
|
|
| |
|
Calendar |
|
|
|
|
|
|
|
| |
|
Random |
|
|
|
|
|
|
|
| |
|
StringTokenizer |
|
|
|
|
|
|
|
| |
|
Stack |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
7 |
Collection Framework |
|
|
|
|
|
|
|
| |
|
Introduction to Collection FrameWork |
|
|
|
|
|
|
|
| |
|
Collection |
|
|
|
|
|
|
|
| |
|
Set |
|
|
|
|
|
|
|
| |
|
List |
|
|
|
|
|
|
|
| |
|
Arraylist |
|
|
|
|
|
|
|
| |
|
Vector |
|
|
|
|
|
|
|
| |
|
Hashtable |
|
|
|
|
|
|
|
| |
|
Properties |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
8 |
IOStreams |
|
|
|
|
|
|
|
| |
|
Byte Oriented Streams |
|
|
|
|
|
|
|
| |
|
Character Oriented Streams |
|
|
|
|
|
|
|
| |
|
Serialization |
|
|
|
|
|
|
|
| |
|
Compression of files |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
9 |
Multi-Threading |
|
|
|
|
|
|
|
| |
|
Multi-Processing |
|
|
|
|
|
|
|
| |
|
Process |
|
|
|
|
|
|
|
| |
|
Thread |
|
|
|
|
|
|
|
| |
|
Single Thread |
|
|
|
|
|
|
|
| |
|
multiple threads |
|
|
|
|
|
|
|
| |
|
Thread Priorities |
|
|
|
|
|
|
|
| |
|
Synchronization |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
10 |
Networking(Socket Programming) |
|
|
|
|
|
|
|
| |
|
Introduction to Networking |
|
|
|
|
|
|
|
| |
|
Sockets |
|
|
|
|
|
|
|
| |
|
Protocols |
|
|
|
|
|
|
|
| |
|
Working with URL's |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
11 |
AWT(Abstract Window Toolkit) |
|
|
|
|
|
|
|
| |
|
Components |
|
|
|
|
|
|
|
| |
|
Layouts |
|
|
|
|
|
|
|
| |
|
Event Handling |
|
|
|
|
|
|
|
| |
|
Event Handling with different components |
|
|
|
|
|
|
|
| |
|
colors & text |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
12 |
Applets |
|
|
|
|
|
|
|
| |
|
Introduction to Applets & browsers |
|
|
|
|
|
|
|
| |
|
Life cycle of an Applet |
|
|
|
|
|
|
|
| |
|
creating Applets & event Handling |
|
|
|
|
|
|
|
| |
|
Execution of Applets |
|
|
|
|
|
|
|
| |
|
Graphics & fonts |
|
|
|
|
|
|
|
| |
|
animations |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
13 |
Swings(JFC) |
|
|
|
|
|
|
|
| |
|
Introduction to swing |
|
|
|
|
|
|
|
| |
|
Differences between awt & swing |
|
|
|
|
|
|
|
| |
|
Hierarchy of swing package |
|
|
|
|
|
|
|
| |
|
Working with the components of swing |
|
|
|
|
|
|
|
| |
|
Working with new features of swing |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
14 |
Features of New Versions |
|
|
|
|
|
|
|
| |
|
Differences between 1.4 & 1.5 |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
15 |
JDBC(Java DataBase Connectivity) |
|
|
|
|
|
|
|
| |
|
Odbc(Open DataBase Connectivity) |
|
|
|
|
|
|
|
| |
|
Types of Drivers |
|
|
|
|
|
|
|
| |
|
Steps to perform DataBase Interaction |
|
|
|
|
|
|
|
| |
|
Interfaces |
|
|
|
|
|
|
|
| |
|
Conenction |
|
|
|
|
|
|
|
| |
|
Statement |
|
|
|
|
|
|
|
| |
|
ResultSet |
|
|
|
|
|
|
|
| |
|
Prepared Statement |
|
|
|
|
|
|
|
| |
|
CallableStatement |
|
|
|
|
|
|
|
| |
|
Batch Processing |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|