mPire-Lockheed Martin innovation award 2008 winner

Wednesday, November 28, 2007

Collections API

1. basic interafaces in Collections API
2. basic classes in Collections API
3. Iterator,Comparator interface

Java API, creating Packages

1.Java API introduction
2.java.lang package
3.java.util package
4. creating custom packages and importing packages

MYSQL

1. Introduction of database
2. Introduction of SQL
3. Installation of MYSQL
4. Queries
  • create database,table
  • delete database,table
  • Insert into table
  • Update table
  • describe table
  • Select table
  • Select with conditions
  • Delete record in table and with condition
  • Add,remove column
5. Primary and foreign keys
6. Join and types

OOPs Concept

1.Class
2.Object
3.Constructor
4.Overloading
5.Overriding
6.polymorphism
7.interface,abstact classes

Ant

1. Introduction
2. How to install
3. how to run ant
4. Ant tasks
  • how to copy
  • javac
  • jar
  • delete
5. Using ant
  • Projects
  • Targets
  • Tasks
  • Properties
6. Example build files

Applet

1. Introduction
2. How to run applet
3. Structure of the Applet
4. Methods in applet
5. Events of the awt