CORE JAVA
OVERVIEW
Java programming language is developed by Sun
Microsystems. Java is object oriented, platform
independent, simple, secure, architectural–neutral,
portable, robust, multi-threaded, high performance,
distributed and dynamic. It can be used to develop
software and also applets. A java program can run
on various operating systems without rewriting the
code. And this is possible because of java run-time
environment which tells the operating system what
to do by interpreting the java code.
OBJECTIVE
To become familiar with the features of Java Language
To discover how to write Java code according to Object-Oriented Programming
principles.
To become comfortable with concepts such as Classes, Objects, Inheritance,
Polymorphism and Interfaces
To learn Java APIs for Collections, I/O Streams
To design GUI applications and Applets using AWT and Swing.
To develop Multithreaded and Networking applications.
PRE-REQUISITE / TARGET AUDIENCE
C language skills (Good to Have)
This course is designed to meet the needs of those who want to be professional Java
developers.
This will also help the audience to get through the Java Programmer Certification.
MODULE 1
JAVA LANGUAGE ENVIRONMENT
In this Module you will learn what is a java, and its features, and why it is popular? Means by
comparing the below of its features with other programming language's you will
understand.
Object Oriented
Platform Independent
Automatic Memory Management
Compiled / Interpreted approach
Robust
Secure
Dynamic Linking
Multi-Threaded
Built-in Networking
MODULE - 2
JAVA FUNDAMENTALS
In this module you will learn the basic structure of the programming and how to create your
own structural code, and where to use it.
Data types
Operators
Control Statements
Arrays
Enhanced for-loop
Enumerated types,
Static import
Auto boxing
C-style formatted I/O
Variable arguments
MODULE 3
ESSENTIALS OF OBJECT-ORIENTED PROGRAMMING
In this module you will learn the basic definitions and uses and how to make our code in
more structure way,so that anyone can understand our code, how to make it more easier.
Object and Class Definition
Using encapsulation to combine methods and data in a single class
Inheritance and Polymorphism
MODULE 4
WRITING JAVA CLASSES
In this module you will learn all the concepts Oops where we will use all these concepts in
our daily way life by knowingly or unknowingly. By learning this module you can able to
create a code in a standard format.
Encapsulation Method Overloading
Polymorphism Method Overriding
Inheritance Static Members
OOP in Java Understanding Interface
Class Fundamentals Using Interfaces
Using Objects
Constructor
Garbage Collection
MODULE 5
PACKAGES
In this module you will learn how to re-use/access our class files when it is in same
package/different package/different project.
Why packages
Understanding Class path
Access modifiers & their Scope
MODULE 6
EXCEPTION HANDLING
In this module you will learn how to handle our standalone applications/web applications,
whenever there is an error occurs, how to tackle it, and where it is occurring, by learning
this module you will get it.
When an exception occurs.
Importance of Exception Handling
Exception Propagation
Exception Types
Using try and catch
throw, throws, finally
Writing User defined Exceptions
MODULE 7
I/O OPERATIONS IN JAVA
In this module you will learn how to create a file and how to modify/read/write/handle an
existing file, through your code and you can make your file access permission rights.
Byte Oriented Streams
File Handling
Readers and Writers
MODULE 8
MULTI-THREADED PROGRAMMING
In this module you will learn how to perform multiple tasks at a same time or it may be
partially. Here tasks can be either running multiple code simultaneously when some
background code is running or to run the code one after another or it may be at a time.
Introduction to Multi-Threading
Understanding Threads & its States
Java Threading Model
Thread class & Runnable Interface
Thread Priorities
Thread Synchronization
Interthread Communication
Preventing Deadlocks
MODULE 9
JAVA UTIL PACKAGE / COLLECTIONS FRAMEWORK
In this module you will learn how to make/get our content in a user's prospective/his
requirement, when it is in same file or it may be in a different file even if it is in different
format.
Collection & Iterator Interface Set Interface & SortedSet
Enumeration Hashtable
List and ArrayList Properties
Vector
Comparator
MODULE 10
GENERICS
In this module you will learn how to create our own class type parameters where we can
reuse the same code by giving different inputs.
Introduction to Generics
Using Built-in Generics Collections
Writing Simple Generic Class
Bounded Generics
Wild Card Generics
KEY FEATURES OF THE COURSE
• Course with hybrid learning: 45 classroom hours + Weekly Assignments.
• 90% attendance mandatory.
• 10+ live offline projects.
• Faculty guidance
• Access to world class trainers and industry experts.
• Industry Oriented Curriculum and hands-on practical training program taught with class
assignments.
• Highlight the exclusive course certificate on your CV/ LinkedIn/ Website.
• Certificate shall be provided at the end of the Course.
WHO CAN DO THIS COURSE?
• Class 9th, 10th, 11th and 12th Students.
• University Students pursuing UG courses.
• Beginners who are new to programming language.
• Programmers who want a career change to JAVA programming.
LEARNING OUTCOMES
• Master the fundamentals of JAVA programming language.
• Design object-oriented applications.
• Develop console based object-oriented programs using JAVA.
• Develop JAVA program using advanced features like templates, RTTI, STL.
• Create applications to access and manipulate data in files.
• Solve problems using JAVA programming language.