Java Full Stack
120 hrs Theory Sessions
150 hrs of Practice Sessions
50 hrs of Hands-on Project
Introduction
Write Once, Run Anywhere (WORA)” – JAVA was designed as a general-purpose, class-based, Object- Oriented programming language. JAVA is the most popular programming language for Client-Server applications with over 10 million developers worldwide. Developed by James Gosling at Sun Microsystems in 1995 JAVA derives much of its syntax from C and C++.
The training on JAVA offers deep understanding of fundamentals and practical usage of the programming language. Starting with CORE JAVA, the course covers Advance Java and J2EE and working on the various Tools like ECLLIPS, STRUTS STUDIO, STYLUS STUDIO. The course material and course curriculum is designed to meet the current industry needs.
Advanced Java Online Training expands on the Core Java concepts and introduces participants to advanced topics such as servlets, JavaServer Pages (JSP), JavaBeans, and frameworks like Spring and Hibernate. Participants will gain insights into web application development, server-side programming, and database interaction using advanced Java technologies. Practical examples and hands-on projects will be used to reinforce theoretical concepts and provide participants with real-world application development experience.
Course Objective
By the end of this Core Java Online Course, you will:
- Master the core concepts and features of the Java programming language.
- Be able to write, debug, and execute Java programs confidently.
- Understand object-oriented programming and its applications in Java.
- Gain experience in using Java libraries and frameworks.
- Develop problem-solving skills through practical coding exercises and projects.
The primary objectives of the Advanced Java Online Training are as follows:
- Servlets and JSP: Introduce Java Servlets and JavaServer Pages (JSP) for building dynamic web applications on the server side.
- JavaBeans: Explore the concept of JavaBeans for creating reusable components in Java applications.
- Enterprise JavaBeans (EJB): Provide an understanding of EJB for building scalable and distributed enterprise-level applications.
- Java Persistence API (JPA): Introduce JPA for object-relational mapping and database interaction in Java applications.
- Spring Framework: Familiarize participants with the Spring framework for building modular and enterprise-grade Java applications.
- Hibernate Framework: Introduce the Hibernate framework for ORM (Object-Relational Mapping) and database management.
- Web Services: Explore the concepts of web services and how to create and consume them in Java applications.
- MVC Architecture: Provide insights into the Model-View-Controller (MVC) architecture and its implementation in Java web applications.
- Security in Java: Cover security aspects in Java applications, including authentication, authorization, and secure coding practices.
Pre-requisites
- Familiarity with computers and software applications.
- Basic understanding of C C++ programming language. The understanding of Object-Oriented programming constructs will be an added advantage.
Course Curriculum
Installation of Core Java
- Download and Install
- Path Settings
- Manual Execution
- IDEs
Programming Elements
- Introduction to Variables and methods
First Application
- Classes, Objects, Contexts (Static and Instance)
- Naming Conventions
- API Documentation
- Main Method – Object Class Methods to be Discussed Later on
Data Types
- Primitive Types
- Reference Types
- Limits
- Type Casting
ASCII and UNICODE
Operator
- Arithmetic
- Assignment
- Relational
- Logical
- Conditional
- Shift
- Bitwise and Compound Assignment
Control Modifier
- Conditional Control Statements with Flowcharts and Programs
- Loop Control Statements with Flowcharts and Programs
- Branching Statements
Access Modifier
- Private
- Package
- Protected and Public
Wrapper Classes
- String Conversions
- Boxing, Unboxing, Auto Boxing, Auto Unboxing
- Fields of Wrapper Classes
Packages
- Introduction
- Pre-defined packages
- Custom Package Creation
- Manual Compilation of Package File
- Util Package (Random Class, Scanner Class)
- Sub Packages (Custom Sub Package Creation, Class Loader Sub System, Fully Qualified Name, Duplicate Classes)
OOPs
- Introduction to OOPs
- Inheritance
- Super
- Final
- Abstraction
- Interfaces
- Polymorphism
Object Casting
- Object Upcasting
- Down casting
- Instance Of
- Has-A Relation
- Composition
- Aggregation
Exception Handling
- Introduction
- Hierarchy
- Errors and Exceptions
- Handling Exception
- Try, Catch, Multi Catch
- Throw, Throws, Custom Exceptions
Multi Threading
- Introduction
- Thread class
- Runnable Interface
- Start() Method
- Join()
- Threads Synchronization
- Wait, Notify, Notify All, Deadlocks
Garbage Collection
- Daemon Threads
- System.gc()
- Runtime Class
- Factory Class
- Singleton Class
- Runtime.gc()
Inner Classes
- Introduction
- Static Inner Class
- Non Static Inner Class
- Local Inner Classes
- Anonymous Inner Classes
Java I/O
- Introduction
- Byte Streams
- Character Streams
- Buffered Streams
- Data Streams
- Serialization and De-serialization
- Array Streams
File Handling
- Introduction
- Create File
- Create Directory
- Create Sub Directory
- File Permissions
String Handling
- Introduction
- Mutability
- Immutability
- String Methods
- String Buffer
- String Builder
- String Tokenizer
Reflection API
- Class.forName()
- Dynamic Loading
- Class Information
- Methods Information…
Arrays
- Introduction
- One Dimensional Arrays
- Arrays Class
- Two Dimensional Arrays
- Multi Dimensional Arrays
Collection Framework
- List Interface
- Queue Interface
- Set Interface
Map Framework
- Hash Map
- Linked Hash Map and Tree Map
- Comparator
JDK 8 Features
- For Each Method
- Default and Static Methods in Interface
- Lambda Expressions
- Time API
- Stream API
JDK 10,11 Features
- Jshell
- Private Methods in Interfaces
- Factory Methods for Collection Classes
Advanced Java Development
Exception Handling and Multithreading
Topics :
- Basics of exception handling using try-catch and finally
- Creating custom exception classes
- Fundamentals of multithreading and thread lifecycle
- Synchronization and inter-thread communication techniques
Advanced Data Handling
Topics :
- Deep dive into the Collections framework
- Using generics in Java
- Introduction to Stream API and lambda expressions
- File I/O operations and understanding the New I/O (NIO)
Java Enterprise Essentials
Topics :
- Database interactions using JDBC
- Introduction to Servlets and JSP
- Overview of Maven as a build and dependency management tool
- Advanced enterprise patterns and practices
Working with Hibernate and ORM
Topics :
- ORM concepts and integration with Hibernate
- Configuration, session management, and advanced querying with Hibernate
- Advanced mapping techniques in Hibernate
- Performance tuning and caching mechanisms
Introduction to Spring Framework
Topics :
- Core principles of IoC and DI in Spring
- Building web applications with Spring MVC
- Data access with Spring Data
- Introduction to aspect-oriented programming with Spring AOP