Core Java Training

IICT is the No.1 Core Java Training Institute trained 5000+ Students in Core Java Course with 100% Placement Support.

IICT Training Institute, provides real-time and placement focused Core Java Training. Our Core Java Training Course includes basic to advanced level and our Core Java course is designed to get the placement in good MNC companies as quickly as once you complete the Core Java courses with placement. Our Core Java trainers are Core Java certified experts and experienced working professionals with hands on real time multiple Core Java projects knowledge. We have designed our Core Java course content and syllabus based on students requirement to achieve everyone's career goal. In our Core Java training program, you will learn from the scratch to advanced level along with Core Java real time project and Core Java placement training.

Core Java Training Institute

IICT Training Institute Chennai Centre offers Core Java Courses with choice of both online and classroom training in  Chennai. IICT is awarded as the best Core Java Certification Institute. Our Core Java training centers are equipped with lab facilities and excellent infrastructure. We have the best Core Java training institutes with placement, also provide Core Java certification training path for our students. Through our Core Java Training Center, we have trained more than 5000+ students and placed 2000+ students through our training and placement program.

Core Java Training Reviews

Facebook Reviews

Training Batchs


Weekdays Training 01-03-2024 31-03-2024 Monday - Friday
Weekend Days Training 01-02-2024 31-03-2024 Saturday - Sunday
Fast Track Training 01-03-2024 16-03-2024 Monday - Friday

Syllabus of Core Java Course

Module 1: Introduction (Duration-0.5hr)

  • Java Why? What? How? When? Where?
  • Different Java Versions.
  • How Java is different from other Technologies

Module 2: Introduction To Java Programming Environment (Duration-1hr)

  • How to Install & Set Path.
  • A Simple Java Program
  • Compiling & executing Java Program
  • Phases of Java Program
  • Analysis of a Java Program
  • Understanding Syntax and Semantic Error,
  • Runtime Exception
  • Name of a Java Source File
  • Platform Independency
  • Java Technology (JDK, JRE, JVM, JIT)
  • Features of Java
  • Text Editors
  • Consoles

Module 3: Fundamentals of Java Programming (Duration-1hr)

  • The naming convention of Java language
  • Comments
  • Statements
  • Blocks (Static, Non-static/instance)
  • Identifiers
  • Keywords
  • Literals
  • Primitive Data Types, Range
  • Reference (User-defined) Data type
  • Variables (Primitive, Reference)
  • Type Casting, Default Value
  • Operators
  • Program/Interview questions

Module 4: Control Structures (Duration-1hr)

  • Working with Control Structures
  • Types of Control Structures
  • Decision Control Structure (if, if-else, if-else if, switch –case)
  • Repetition Control Structure (do-while, while, for)
  • Program/Interview questions

Module 5: Input Fundamentals And Datatypes In Java (Duration-1hrs)

  • Java program inputs from Keyboard
  • Methods of Keyboard inputs
  • Scanner, Buffered Reader
  • Problem Solving
  • Java Array
  • What is Array
  • Array Declaration in java vs C and C++.
  • Instantiation of an Array
  • String vs character array.Accessing Array
  • Elements, Default Value, for-each loop, var args
  • Length of an Array (What is –Array Index Out Of Bounds Exception)
  • Increasing, Decreasing the Size and Copy of an Array
  • Multi-Dimensional Arrays
  • Program/Interview questions
  • Program/Interview questions Difference between C and C++ with Java
  • Application Compilation and Run
  • Interview related Question and Answer

Module 6: Object-Oriented Programming (Oops Concepts In Deep) (Duration-4hrs)

  • Procedural Vs Object-Oriented Program
  • Different types of Program Procedural Vs Object Oriented.
  • Top-Down Vs Bottom-Up Approach
  • Introduction to Object-Oriented
  • Abstraction, Encapsulation, Inheritance,
  • Polymorphism.
  • Introduction to Classes and Objects
  • Custom Class Definition
  • Instance and Static Variables
  • Different ways to create Object Instance
  • Instance Variable and its role in a Class
  • Constructors, types of Constructor,
  • Constructor Rule, Constructor Overloading
  • Static Variable and its use.
  • Methods and their behavior.
  • Constructor vs Methods
  • Constructors
  • “this” Keyword
  • Java Access Modifiers (and Specifiers)
  • Programming Interview related Question and Answer
  • Call by value, Call by reference

Module 7: Command-Line Arguments (Duration-1hr)

  • What is a Command-Line Argument?
  • Java Application with Command-Line Arguments
  • Conversion of Command-Line Arguments
  • Parsing Command-Line Arguments
  • Using methods (Static, Non-Static)

Module 8: Integrated Development Environment (Duration-0.5hr)

  • Using various Editors
  • Program Compilation, Execution in Editor
  • Using Eclipse IDE
  • Project Set-Up
  • Source File Generation
  • Application Compilation and Run

Module 9: Inner Class (Duration-1hr)

  • First View of Inner Class
  • Outer Class Access
  • Types of Inner Class

Module 10: Inheritance (Duration-2hrs)

  • Complete concepts of Inheritance
  • Sub-Classes
  • Object Classes
  • Constructor Calling Chain
  • The use of “super” Keyword
  • The use of “private” keyword inheritance.
  •  Reference Casting

Module 11: Abstract Classes and Inheritance (Duration-2hrs)

  • Introduction to Abstract Methods
  • Abstract Classes and Interface
  • Interface as a Type
  • Interface v/s Abstract Class
  • Interface Definition
  • Interface Implementation
  • Multiple Interfaces’ Implementation
  • Interfaces’ Inheritance
  • How to create the object of Interface

Module 12: Polymorphism (Duration-1hr)

  • Introduction to Polymorphism
  • Types of Polymorphism
  • Overloading Methods
  • Overriding Methods
  • Hiding Methods
  • Final Class and Method
  • Polymorphic Behavior in Java
  • Benefits of Polymorphism
  • “Is-A” vs “Has-A”
  • Association Vs Aggregation
  • Interview related Question and Answer.

Module 13: Package (Duration-2hrs)

  • Package and Classpath and its use
  • First, look into Packages
  • Benefits of Packages
  • Package Creation and Use
  • First, look into the Classpath
  • Classpath Setting
  • Class Import
  • Package Import
  • Role of public, protected, default and private w.r.t package
  • Namespace Management
  • Package vs. Header File
  • Creating and Using the Sub Package
  • Sources and Class Files Management

Module 14: Using Predefined Package & Other Classes (Duration-2hrs)

  • Java.lang Hierarchy
  • Object class and using toString(), equals(),hashCode(), clone(), finalize() etc
  • Using Runtime Class, Process Class to play music, video from Java Program
  • Primitives and Wrapper Class
  • Math Class
  • String, StringBuffer, StringBuilder Class
  • String Constant Pool
  • Various usage and methods of String, StringBuffer, StringBuilder
  • Wrapper Classes
  • System Class using GC(), exit(), etc.

Module 15: New Concepts In Package (Duration-2hr)

  • Autoboxing and Auto unboxing
  • Static import.
  • The instance of the operator.
  • Enum and its use in Java
  • Working with jar

Module 16: Garbage Collection (Duration-0.5hr)

  • Garbage Collection Introduction
  • Advantages of Garbage Collection
  • Garbage Collection Procedure
  • Java API
  • Interview related Question and Answer

Module 17: Exception Handling (Duration-2hrs)

  • Introduction to Exceptions
  •  Effects of Exceptions
  • Exception Handling Mechanism
  • Try, catch, finally blocks
  • Rules of Exception Handling
  • Exception class Hierarchy, Checked &
  • Unchecked Exception
  • Throw & throws keyword
  • Custom Exception Class
  • Chained Exception.
  • Resource handling & multiple exception class
  • Interview related Question and Answer.

Module 18: Multithreading (Duration-3hrs)

  • Introduction
  • Advantages
  • Creating a Thread by inheriting from Thread class
  • Run() and start() method.
  • The constructor of Thread Class
  • Various Method of Thread Class
  • Runnable Interface Implementation
  • Thread Group
  • The Thread States and Priorities
  • Synchronization method, block
  • Class & Object Level Lock
  • Deadlock & its Prevention
  • Inter thread Synchronization
  • Life Cycle of Thread
  • Deprecated methods : stop(), suspend(),resume(), etc
  • Interview related Question and Answer

Module 19: Input and Output Streams  (Duration-3hrs)

  • Java I/O Stream
  • I/O Stream – Introduction
  • Types of Streams
  • Stream Class Hierarchy
  • Using File Class
  • Copy and Paste the content of a file
  • Byte Streams vs Character Streams
  • Text File vs Binary File
  • Character Reading from Keyboard by Input Stream Reader
  • Reading a Line/String from Keyboard by Buffered Reader
  • Standard I/O Streams Using Data Streams to read/write
  • primitive data
  • PrintStream vs PrintWriter Using StreamTokenizer and RandomAccessFile
  • Interview related Question and Answer

Module 20: Serialization (Duration-0.5hr)

  • Introduction to Serialization
  • Using Object Streams to read/write object
  • Transient Keyword
  • Serialization Process
  • Deserialization Process
  • Interview related Question and Answer

Module 21: Collection Framework (Duration-3hrs)

  • Generics(Templates)
  • What is generic
  • Creating User-defined Generic classes
  • The java.util package
  • Collection
  • What is Collection Framework
  • List, Set & Map interfaces
  • Using Vector, Array List, Stack,
  • Linked List, etc.
  • Using Collections class for sorting
  • Using Hashtable, Hash Map, TreeMap,
  • SortedMap, LinkedHashMap, etc.
  • Iterator, Enumerator.
  • Using Queue, Deque, SortedQue, etc.
  • Using HashSet, TreeSet, LinkedHashSet, etc
  • Using Random class
  • Using Properties in a Java Program
  • Using user-defined class for DataStructure
  • Using Date and Formatting Date class.
  • Interview related Question and Answer

Module 22: Java 8/9/10 Features (Duration-1hr)

Java Certification Details (OCJP)

https://education.oracle.com/certification

Core Java Training Course Highlights

1) Our Training Center batch sizes are generally very small size 3-5 members OR 1 to 1 also, so students receive direct, hands-on training from us.
2) 100% practical training only. It is not a slide show training program / theory class program. 
3) At the end of this class, definitely you will refer your colleagues / friends / relatives for our training.
4) Conducting regularly online Core Java training for US peoples in all time zones (PST,CST,EST,HST,MST)
5) Installation of Softwares in your desktop / laptop will be done.
6) Will be provided self evaluation testing software, exam simulator, dumps & books with this training.
7) Continuous support is provided for any of your on-site problems. Assistance will be provided and you will be recommended to some of IT development firms.

Why Enroll with IICT for Core Java Training Course ?

1) Two days free trial - If candidate likes this course, these days are adjusted in his actual schedule.
2) Live Project Exposure of Fortune companies.
3) Training by Subject Matter experts from CMM Level 5 companies
4) Both Online and Classroom Training offered at Core Java
5) Our basic course worth more than the advanced course of other institutes/freelancers.
6) Free Interview preparations.
7) 100% free assistance for Core Java certifications.
8) Practical and Hands on Training for Core Java Course .
9) 100 % guarantee in succeeding the certification at affordable fees.
10) Also provide online training to students of foreign countries.

Core Java Trainer Profile

  • More than 10+ Years of Experience.
  • Trained more than 5000+ students in a year.
  • Strong Theoretical & Practical Knowledge.
  • Core Java Certified Professionals with High Grade.
  • Well connected with Hiring HRs in multinational companies.
  • Expert level Subject Knowledge and fully up-to-date on real-world industry applications.
  • Trainers have Experienced on multiple real-time projects in their Industries.
  • Our Trainers are working in multinational companies such as CTS, TCS, HCL Technologies, ZOHO, Birlasoft, IBM, Microsoft, HP, Scope, Philips Technologies etc

Core Java Placement Training

  • More than 5000+ students Trained
  • 2000+ students Placed
  • 1100+ Interviews Organaized
  • Strong Theoretical & Practical Knowledge
  • Core Java certified Professionals

Core Java Training Batch Size

Regular Batch ( Morning, Day time & Evening)
Seats Available : 6 (maximum)
Weekend Training Batch( Saturday, Sunday & Holidays)
Seats Available : 8 (maximum)
Fast Track batch
Seats Available : 7 (maximum)

Core Java Training Duration

Regular Classes( Morning, Day time & Evening)
Duration : 6 weeks
Weekend Training Classes( Saturday, Sunday & Holidays)
Duration : 8 Weeks
Fast Track Training Program( 3+ hours classes daily)
Duration : within 4 weeks

REGISTER NOW

FAQS

Frequenty Asked Questions

Java Course at IICT is designed & conducted by Java experts with 10+ years of experience in the Java domain Only institution in Chennai with the right blend of theory & practical sessions In-depth Course coverage for 45+ Hours More than 15,000+ students trust IICT Affordable fees keeping students and IT working professionals in mind Course timings designed to suit working professionals and students Interview tips and training Resume building support Real-time projects and case studies
We are proud to state that in the last 10+ years of our operations we have trained over 25,000+ aspirants to well-employed IT professionals in various IT companies.
Our courseware is designed to give a hands-on approach to the students in Java. The course is made up of theoretical classes that teach the basics of each module followed by high-intensity practical sessions reflecting the current challenges and needs of the industry that will demand the students’ time and commitment.
More than 10 years we are into Java Training domain. We are doing training across Chennai.
We at IICT believe in giving individual attention to students so that they will be in a position to clarify all the doubts that arise in complex and difficult topics. Therefore, we restrict the size of each Selenium batch to 5 or 6 members.
We are happy and proud to say that we have strong relationship with over 600+ small, mid-sized and MNCs. Many of these companies have openings for Java Specialist. Moreover, we have a very active placement cell that provides 100% placement assistance to our students. The cell also contributes by training students in mock interviews and discussions even after the course completion.
Our Java faculty members are industry experts who have extensive experience in the field handing real-time application and completing mega real-time projects in Java in different sectors of the industry. The students can rest assured that they are being taught by the best of the best from the Java industry.
We accept Cash, Card, Bank transfer and G Pay.
You will receive IICT globally recognized course completion certification.
Yes, IICT provides group discounts for its training programs. To get more details, visit our website and contact our support team via Call, Email, Live Chat option or drop a Quick Enquiry. Depending on the group size, we offer discounts as per the terms and conditions.

Testimonials

Training Experiences with Us

RELATED COURSES