Java SE Training

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

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

Java SE Certification Center

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

Java SE Training Reviews

Google 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

Java SE Training Course Syllabus

Introduction to Java

 

  • Objectives
  • Introduction to Java
  • Java Platforms
  • Java Compilation Process
  • Java Technology Features
  • Evolution of Java
  • Summary
  • Lab Activities

 

Java Language Fundamentals

 

  • Objectives
  • How Develop, Compile & Execute a Java Program
  • Standard output stream
  • Standard input stream
  • Statements
  • Method Signature
  • Command Line Arguments
  • Block
  • Comments
  • Keywords
  • Whitespaces
  • Summary
  • Lab Activities

 

Variables & Data Types

 

  • Objectives
  • What is variable?
  • How variable are declared & initialized
  • What is variable?
  • How variable are declared & initialized
  • Classification of programming language
  • Java Data Types Categories
  • Integer Data Types & representation
  • Character Data Type
  • Real Numbers
  • Float Data Type
  • Double Data Type
  • Boolean Data Type
  • Various Literals
  • Local Variables & its Scope
  • Summary
  • Lab Activities

 

Expression & Operators

 

  • Objectivese
  • About Expressions & Operators?
  • Java Operators
  • Assignment Operators
  • Arithmetic Operators
  • Relational Operators
  • Numeric Comparison
  • Conditional Logical Operators
  • Bitwise Operators
  • Increment & Decrement Operators
  • Assignment Operators
  • Conditional Operators
  • Order of Operator Precedence
  • Summary
  • Lab Activities

 

Control Structures

 

  • Objectives
  • Empty Statement
  • Control Structures
  • Sequence Structures
  • Selection Structure
  • If Statement
  • Switch Statement
  • Repetition Structure
  • While Statement
  • Do-While Statement
  • For Statement
  • Foreach Statement
  • Continue Statement
  • Break Statement
  • Summary
  • Lab Activities

 

Implict & Explicit Primitive Type Casting

 

  • Objectives
  • Conversion Fundamentals
  • Implicit Identity Conversion
  • Widening (Implicit) Numeric Conversion
  • Explicit Conversion
  • Narrowing (Explicit) Numeric Conversions
  • Widening & Narrowing Primitive Conversion
  • Numeric Promotion
  • Summary
  • Lab Activities

 

OOP in Java

 

  • Objectives
  • Define & understand the principle of OOP
  • Define & understand the principle of class
  • Create object from the class
  • Working the instance members
  • Define & use the constructors
  • Use of this keyword
  • Perform assignment on value & reference type
  • Pass the argument to method parameters
  • Return objects from methods
  • Define & understand the concept of polymorphism
  • Overload the methods & constructors
  • Define & understand the concept of inheritance
  • Use the super & final keyword
  • Understand & implement the concept of Upcasting
  • Understand & implement the concept of Downcasting
  • Implement the concept of method overriding
  • Define & understand the concept of encapsulation
  • Packages & Package Creation
  • CLASSPATH Environmental Variables
  • The import Statement
  • Specify the various access modifiers
  • Define & implement the nested classes
  • Implement the recursion concept
  • Understand the concept of garbage collection
  • Summary
  • Lab Activities

 

Abstract Classes & Interfaces

 

  • Objectives
  • Define & Use the Abstract Class.
  • Define & Use Abstract Member.
  • Define & Use Abstract Nested Classes.
  • Define & Use Interface.
  • Overcome the Name Conflict in Interface Implementation.
  • Describe the Interface Inheritance.
  • Use instanceof Operator.
  • Define & Use Interface within a Class.
  • Summary
  • Lab Activities

 

Arrays

 

  • Objectives
  • Array Definition
  • Purpose of an Array
  • Illustrate the single & multi dimensional array
  • Single dimension arrays
  • Multi Dimension Rectangular Arrays
  • Multi Dimensional Jagged Arrays
  • Array Length
  • Array Immutability
  • Array References
  • Summary
  • Lab Activities

 

java.lang

 

  • Objectives
  • About java.lang Package
  • The java.lang Package Class Hierarchy
  • The Object class
  • Wrapper Classes
  • Boolean & Character Class
  • Number Class
  • Byte, Short, Integer & Long Classes
  • Float & Double Classes
  • String Class
  • StringBuffer & StringBuilder Classes
  • System Class
  • Summary
  • Lab Activities

 

Exception Handling

 

  • Objectives
  • Error & its Types
  • Getting started with Exceptions
  • Try-Catch Block
  • Multiple Catch
  • Nested Try/Catch Blocks
  • Finally Block
  • Throw Statement
  • Throws Clause
  • User Defined Exceptions
  • Commonly Used Pre-build Exceptions
  • Exception Class
  • Checked & Unchecked Exception
  • Catching Derived Class Exception
  • Multi-catch Exception
  • Rethrowing the Exception
  • Try with resources
  • Summary
  • Lab Activities

 

Enumeration

 

  • Objectives
  • Introduction to Enumeration
  • Enumeration Definition
  • Enumeration Declaration
  • Enumeration Constructor
  • Enumeration Instance Variables
  • Enumeration Implements Interface
  • The java.lang.Enum Class
  • Summary
  • Lab Activities

 

Generics

 

  • Objectives
  • What is Generics?
  • Generic Class
  • Generic Class Object Creation
  • Declaring Members inside Generic Class
  • Before Generics
  • Bounded Type
  • Passing Generics
  • Wild Card Arguments
  • Upper & Lower Bounds
  • Generic Method
  • Generic Constructor
  • Generic Interface
  • Raw Type
  • Generic Class Inheritance
  • Generic Restrictions
  • Summary
  • Lab Activities

 

Collections

 

  • Objectives
  • Iterable Interface & Collection Interface & List Interface
  • ListIterator Interface
  • ArrayList Class
  • Queue Class & Deque Class
  • LinkedList Class & Vector Class & Stack Class
  • ArrayDeque Class
  • Set & SortedSet Interface
  • HashSet, LinkedHashSet, TreeSet Class
  • Map & SortedMap Interface
  • HashMap, LinkedHashMap, TreeMap Class
  • IdentityHashMap Class
  • Array Class & HashTable Class
  • StringTokenizer Class & Enumeration Interface
  • Summary
  • Lab Activities

 

Java.io

 

  • Objectives
  • File
  • OutputStream & InputStream
  • FileOutputStream & FileInputStream
  • BufferedOutputStream & BufferedInputStream
  • DataOutputStream & DataInputStream
  • Serialization
  • ObjectOutputStream & ObjectInputStream
  • Writer & Reader
  • OutputStreamWriter & InputStreamReader
  • FileWriter & FileReader
  • BufferedWriter & BufferedReader
  • LineNumebrReader
  • Summary
  • Lab Activities

 

Threads

 

  • Objectives
  • Single Thread Model
  • Thread Class
  • Main Thread
  • Thread Priorities
  • Creating new thread
  • By extending Thread class
  • By implementing Runnable interface
  • Synchronization
  • Implementing Synchronization
  • Summary
  • Lab Activities

 

Annotation

 

  • Objectives
  • Annotation Overview
  • Predefined Annotation
  • The @Override Annotation
  • The @Deprecated Annotation
  • The @SuppressWarnings Annotation
  • The @SafeVarargs Annotation
  • Custom Annotation Type
  • Meta Annotation
  • Annotation Interface
  • Summary
  • Lab Activities

 

JDBC

 

  • Objectives
  • JDBC API Overview
  • Types of JDBC Drivers
  • DriverManager Class
  • Connection Interface
  • Statement, PreparedStatement Interface
  • CallableStatement Interface
  • ResultSet Interface
  • Multi Result Set
  • Transaction Management
  • ResultSetMetaData, ParameterMetaData
  • DatabaseMetaData
  • Batch Processing
  • Scrollable, Updatable ResultSet
  • Obtain Generated Keys
  • Summary
  • Lab Activities

 

Java SE 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 Java SE 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 Java SE 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 Java SE

5) Our basic course worth more than the advanced course of other institutes/freelancers.

6) Free Interview preparations.

7) 100% free assistance for Java SE certifications.

8) Practical and Hands on Training for Java SE Course .

9) 100 % guarantee in succeeding the certification at affordable fees.

10) Also provide online training to students of foreign countries.

Java SE Trainer Profile

 

  • More than 10+ Years of Experience.
  • Trained more than 5000+ students in a year.
  • Strong Theoretical & Practical Knowledge.
  • Java SE 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

 

Java SE Placement Training

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

Java SE 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)

Java SE 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