Introduction to java platform
Introduction to java, JDK1.5.
JRE, JVM Path Setting,
Compiling, Executing.
Features of Java
Language Structure
Variable, Data Type
Operators, Control Statements,
Array
Input from Keyboard
Object Oriented Programming In Java
Features of OOPS, Class, Objects,
Constructors, Access Modifiers.
Use of static and Final
Types Of lasses, Abstract class
Interface
Inheritance, polymorphism
Package
Creation and Use.
Access Specifiers using
Predefined Packages.
Exception Handling
Exception blocks: try-catch-finally.
Exception Class Hierarchy throw,
Throws, user defined Exception
Multithreading
Thread Creation
Methods of Thread Class
Creating thread by Runnable
Synchronization
Deadlock & Avoidance
Wait-Notify, Life Cycle
Applet (GUI Programming in Java)
Creation, Life Cycle
Using Graphics, Frame
AWT (Abstract Window Toolkit)
Event Handling |
Language Structure
Swing (JFC)
AWT Vs Swing
Basic Swing Components
Layout Managers
Input-Output (I/O)
I/O Class Hierarchy
File Reading and Writing
Console Reading
Object Reading Writing-Serialization
Util
Collection Framework
Working with List Map, Set
Using date & Calendar
Networking
Introduction to Networking
TCP Socket
UDP Socket
URL, URL Connection
RMI (Remote Method Invocation)
What is RPC
RMI Architecture
Stub-Skeleton
Remote Reference Layer
Unicast Remote Object
RMIRegistry Server
JRMP
|