Advance Java


Core java is having the concept of Java Fundamentals, Applet, Swings, JDBC, JavaBeans.

Used for developing general java application where as Advanced java is used for developing the web based application and enterprise application. Advance java is specialization such as in web, DCOM, or data base handling.

 

Module

  • Introduction
  • Collection Framework
    • Collection Interfaces
    • Collection Classes
    • Collection Algorithms
  • Serialization
  • Networking
    • Socket Programming
    • ServerSocket Class methods
    • Socket class methods
    • InetAddress class methods
    • Socket client methods
    • Socket Client
    • Socket Server
  • Send Email
  • Multi Threading
    • Lifecycle of a thread
    • Thread Priorities
    • Creat Thread and Implementing Runnable Interface
    • Create Thread and Extending Thread Class
    • Thread Methods
    • Major Java Multithreading Concepts
  • Inner Classes
    • Introduction
    • Member, Static, Local, Anonymous, inner class
  • AWT
    • Overview
    • Components
    • Event-Delegation-Model
    • Listeners
    • Layouts
    • Components Label, Button, Check-box, Radio Button, Choice, List, Menu, Text Field, Text Area
  • Swing
    • Overview
    • Differences b/w awt and swing
    • Components hierarchy
    • Panes
    • Swings components Jlabel, JButton, JTextField, JTextAreas