Java Programming

  • Introduction to Java
  • Features of OOP & Java
  • Simple Arithmetic in Java
  • Conditional statements in Java
  • Logical Operators
  • Loop Statements
  • Arrays
  • Functions, Function Overloading
  • Strings, String class
  • Vectors
  • Classes & Objects
  • Constructors
  • Static Members
  • Inheritance, Method Overriding
  • Abstract Classes
  • Interface
  • Polymorphism
  • Packages
  • Exception Handling
  • Multithreading : Introduction; Thread Creations; Thread Life Cycle ;Life Cycle Methods ; Synchronization ; Wait() notify() notify all() methods
  • Wrapper Class : Introduction ; Byte, Short, Integer, Long, Float, Double, Character ;Boolean classes
  • Inner Class : Member Inner Class ;Static Inner Class ; Local Inner Class ;Anonymous Inner Class
  • Collection Framework in Java : Introduction ; Util Package interfaces, List, Set, Map ;List Interface & It’s Classes ;Set Interface & It’s Classes; Map Interface & it’s Classes;
  • Applets in Java
  • AWT : Introduction ;Components; Event-DelegationModel;Listeners;Layouts; Individual Components Lable, Button, Check Box, Radio Button,Choice, List, Menu, Text Field, Text Area……
  • Swing : Introduction; Diff B/W AWT and SWING;Components hierarchy ;Panes ;Individual Swings components like
  • JLabel,JButton, JTextField, JTextAres
  • File Handling
  • JDBC : Database Connectivity in Java