The Best College Academy of Our Small City

Latest News - QUIS NOSTRUM - Exercitationem ullam corporis suscipit laboriosam

Core Java Programming

  • Overview

    The Java Training course provides an exhaustive coverage of Core Java Programming language features likeObject-oriented Programming, Inheritance, Interfaces, Exception Handling, Reflection, Standard I/O programming,File Handling, Generics, GUI programming with Swing, Applets, MultiThreading, Socket Programming, JDBC.

    Target Audience

    • Undergraduates, Graduates and Post-Graduates
    • Job aspirants

    Pre-requisites

    • Only basic knowledge of programming and working knowledge of computer.

    Course Concepts

    1. Introduction
      • Why Java
      • Paradigms
      • Java History
      • Difference between Java & Other(C,C++)
      • Java Features
      • Java Programming Format
      • Java Tokens
      • Java Statements
      • Java Data Types
      • Type Casting
      • Arrays

    2. Object Oriented Programming Concepts
      • Introduction to OOPS
      • Class
      • Object
      • Static Keywords
      • Constructors
      • This Keyword
      • Inheritence
      • Super Keyword
      • Polymorphism(Over Loading & Over Riding)
      • Abstraction
      • Encapsulation
      • Abstract Classes
      • Interfaces

    3. String Manipulations
      • String
      • String Buffer
      • String Tokenizer

    4. Packages
      • Introduction to all predefined packages
      • User Defined packages
      • Access Specifiers

    5. Exception Handling
      • Introduction
      • Pre Defined Exceptions
      • Try-Catch-Throw
      • User Defined Exception examples

    6. Multi Threading
      • Introduction
      • Thread Creations
      • Thread Life Cycle
      • Life Cycle Methods
      • Synchronization
      • Wait() notify() notify all() methods

    7. I/O Streams
      • Introduction
      • Byte-oriented streams
      • Character – oriented streams
      • File
      • Random-access file
      • Serialization

    8. Networking
      • Introduction
      • Socket, Server socket
      • Client –Server Communication

    9. Wrapper Classes
      • Introduction
      • Byte, Short, Integer, Long, Float, Double, Character, Boolean classes.

    10. Collection Frame Work
      • Introduction
      • Util Package interfaces, List, Set, Map
      • List interface 7 its classes
      • Set interface & its classes
      • Map interface & its classes

    11. Innerclass
      • Introduction
      • Member inner class
      • Static inner class
      • Local inner class
      • Anonymous inner class

    12. AWT
      • Introduction
      • Components
      • Event-Delegation-Model
      • Listeners
      • Layouts
      • Individual components Lable, Button, CheckBox, Radio Button,Choice, List, Menu, Text Field, Text Area.