Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
72 views

Full Stack Java (With Angular) - 30K

Done

Uploaded by

vijaymane765
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views

Full Stack Java (With Angular) - 30K

Done

Uploaded by

vijaymane765
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

-BY KUNAL SIR

JAVA
SYLLABUS
+91 8888 0222 04 / 7484 8390 12
Complete Java Classes,
1st Floor, Above Rupam Sweets/ Priyanka
Collections Building, Vikas Mitra Mandal Chowk,
Near Karve Nagar Bridge Pune, Maharashtra 411052
About us -BY KUNAL SIR

Mr. Kunal Sonu, the Director of Complete Java Classes has Masters
degree in Computer Application. He has 12+ years of experience as a
certified trainer in Java/J2EE technologies. We provide this industry
level knowledge to our valuable candidates which is helpful for
candidates to getting placed in the IT industry. Complete java classes by
kunal sir is IT carrier building plateform for students and job seekers.
We have a team of highly skilled and professional trainers so we can
provide a better assistance of our students.

Why we are?
Expert and professional trainers.
Test Assessments on weekly bases.
Conduct weekly mock interview sessions.
To enhance your skill at industry level.
Providing the industry oriented training.
We provide the ready made notes and recorded video sessions in our
CJC official mobile application.
We provide the guidence for building the resume.
Providing the Batch shifting facility (In a year) .
We enhance your presentation and communication skill.
We provide the Certificate after the successful completion of our
course.
We provide digital class room facility.
Availability of Weekdays and weekend batches.
-BY KUNAL SIR

Full Stack Java Development


CORE JAVA
Core Java Concepts
OOP’s concept
Collections Framework
1
Exception Handling

2 DATABASE
Introduction to SQL & MySQL
MySQL Database

JDBC & HIBERNATE


Introduction to JDBC & Hibernate
Java connectivity to JDBC
3
Java connectivity to Hibernate

ADVANCE JAVA
4 Spring (IOC, MVC)
Spring Boot
Spring Data JPA

WEB DESIGN
HTML & CSS
Java Script
5
Angular

6 PROJECT (GIT, MAVEN)


RESUME PREPARATION
MOCK & INTERVIEW SESSIONS

GET YOUR DREAM JOB


1. JDK1.8 NEW FEATURES -BY KUNAL SIR
Java 8 Interface default method. 4. OBJECT ORIENTED PROGRAMMING (OOPS)
Java 8 Interface static Method . Inheritance (IS-A).
Java 8 Functional Interface. Inheritance With Constructor.
Java 8 Lambda Expression. Inheritance with parent & Child
Java 8 for Each () Method. reference.
Java 8 Stream API. Covariant Return Types.
Java 8 Collection. Inheritance and type casting .
Important Features of Java. This & Super Keyword.
Polymorphism.
2. INTRODUCTION TO JAVA Method Overloading.
History of Java. Constructor Overloading.
Important Features of Java. Compile time Polymorphism.
Architecture JDK , JRE and JVM. Overloading and Narrowing Concept.
Java Keywords. Overriding and toString () method.
Simple Hello World Program. Abstraction.
Java Flow Control. Abstract class.
java Source File. Interface.
Class and Objects. Marker Interface.
Data Types . Interface and Multiple Inheritance.
Primitive Data Types. Interface Uses and Benefit with example.
Non − Primitive Data Types . Difference between Interface and
Constructor (Types of Constructors). Abstract class .
Packages. Encapsulation.
Instance & Static Variable . Access Modifier.
Static Block. Data Hiding.
Has-A Relation(Secondary Reference). Access Modifier Implementation.
Setter and Getter .
Method return type (primitive type and class OOPs Project
type) .
5.STRING HANDLING
3. EXCEPTION HANDLING Introduction of String .
What And Why? (try, Catch, Finally, Methods Of String Class.
Throw, Throws, Try With Resources). Way of Creating String Object.
Try And Catch Block. Create Custom Immutable Class.
Multiple Catch Blocks .
Nested Try. 6.COLLECTION FRAMEWORK
Finally Block. java Collection
Finally Block With Return Statement. List
Throw Keyword. -ArrayList, Vector and LinkedList,
Exception Propagation. NestedList .
Throws Keyword. List Sorting & Duplicate.
Throws Keyword With Method Overriding . Set
Throws Keyword With Constructor. -HashSet,TreeSet and LinkedHashSet
Throw Keyword With Custom Exception. Nested Set.
Jdk 1.7 Feature Auto Closeable Interface. Map
Jdk 1.7 Feature Try With Resources . -HashMap and LinkedHashMap ,
ConcurrentHashMap,WeakHashMap.
-BY KUNAL SIR
Cursors Types
Iterator. 10. INPUT AND OUTPUT
List Iterator.
Introduction of File class.
Enumeration.
File Writer & File Reader.
Java Collections (Utility Class).
Input From Keyboard By Console.
Comparable & Comparator.
Input From Keyboard By Scanner Class.
Custom Sorting.
Print Writer Class.
Collection And Generics.
Reading And Writing Data Simultaneously.
Collection Project
2.INTRODUCTION TO JAVA
11. JDBC API
7. MULTI THREADING
Introduction Of JDBC .
Introduction of Multithreading.
JDBC Drivers.
Extends Thread Class.
Steps To Connect Database In Java.
Implementing Runnable Interface .
Connectivity With Oracle.
Implementing Callable Interface .
Connectivity With MySQL.
Thread Communication (producer-consumer).
Driver Manager.
Thread Methods (sleep, Join, Yield etc.). Connection Interface.
8. SYNCHRONIZATION Statement Interface .
Prepared Statement .
Introduction of Synchronization. Callable Statement .
Synchronized Method. JDBC CRUD Operations .
Synchronized Block.
Static Synchronization. JDBC Project
9. LOGICAL 12. SQL
Operators Database Introduction.
Java Ternary Operator. SQL Introduction .
if , if Else and nested If Else and SQL Features.
ladder. MYSQL Introduction.
Switch Statement . MYSQL Installation.
Conditional Related Problems. Data Types.
Looping Control. DDL,DML,DCL.
Java For Loop . Create Table.
Java While Loop. Select Statement.
Java Do While Loop. Insert Statement.
Java Break Statement. Delete Statement.
Looping Related Problems. Update Statement.
Array DISTINCT and WHERE Clauses.
Array Related Problems. ORDER BY and GROUP BY Clauses.
Numeric Logical Problems. SQL JOINS.
String Logical Problems. SQL Outer Join.
(String Palindrome, Duplicate SQL Inner Join.
Removal). SQL Left Join.
Sorting Problems. SQL Right Join.
Searching Problems. SQL Full Join.
File Related Logical Problems. Stored Procedure.
13. HIBERNATE
Introduction Of Hibernate Framework.
-BY KUNAL SIR
Introduction Of ORM. 16. MAVEN
Advantage Of ORM.
Hibernate Architecture. Introduction To Maven.
Installation and Direction Structure. Maven Repositories.
Hibernate Configuration File (HibernateUtil). Maven Life-Cycle.
Hibernate Java Based First Project Creation. POM concept.
Hibernate Annotations. Maven Dependencies.
SessionFactory and Session interfaces. Spring Boot Project With Maven.
Methods of Session Interface.
Save, update , delete, persist methods. 17. SPRING BOOT
Difference between Load and Get method
Types of Hibernate Mapping (One -To-One, Spring Boot Introduction.
One To -Many,Many-To-One,- Many-To-Many) Spring Boot Features.
Hibernate Query Language (HQL). Advantages Over Spring Web MVC.
Hibernate Life Cycle. Way to creates spring boot Application.
Caching in Hibernate (First and Second Level ). Spring Initializer (https://start.spring.io/).
Hibernate CRUD Operation. Spring tool suite (STS IDE) .
Simple Application Using Spring Boot.
HibernateProject-2
Collection Project Spring Boot Starters.
@ Spring Boot Application Annotation.
14. SPRING IOC Spring Application.run() method.
Introduction Of Spring Framework. Spring Application Class.
Spring Modules. Spring Boot Actuator.
What Is Spring IOC Container. Spring Profiles.
Types Of IOC Container (Bean Factory &
Application Context). 18. SPRING DATA JPA
Spring Bean Life Cycle.
Bean Scope (Singleton/Prototype Scope). Spring Boot Data-base.
Lazy And Eagar Loading Concept. Spring Boot JPA annotations.
Dependency Injection . CrudRepository.
Setter Based & Constructor Based. PagingAndSortingRepository.
Primitive, Secondary and Collection Type. JpaRepository.
Auto Wiring (XML, Annotation Based). Custom Queries.
Scope Combination . CRUD Application on Spring Boot

15. SPRING WEB MVC Spring Boot Project


What is Spring MVC.
19. GIT
Features Of Web MVC.
Life Cycle Of Web MVC. Git Introduction.
Create The Request And View Pages. Git Setup.
Create Controller . Basic commands.
Configure Dispatcher Servlet. Learn about Git Branches.
Configure View Resolver. Git Remotes.
Stereotype Annotation In MVC. Resolve Git Merge conflicts.
Spring MVC Annotation .
Spring Hibernate Integration.
CRUD Application On Spring MVC.
20. HTML
Introduction of HTML. -BY KUNAL SIR
Basic Formatting Tags. 23. ANGULAR
Grouping Using Div., Span,
Lists Images Hyperlink Table. Angular Installation.
Iframe Form. Angular Folder Structure .
Headers . Angular Project Flow.
Miscellaneous Etc. Type Script Data Members & Data Types.
Types of data bindings in Angular.
21. CSS
String interpolation.
Property Binding.
Introduction of CSS.
Event Binding.
CSS Syntax .
Two way Data Binding.
Selectors.
Angular Decorators .
Color Background Cursor.
Pipes in Angular.
Text Fonts.
Directives in Angular.
Lists Tables.
Angular Forms.
Box Model.
Services in Angular.
Display Positioning.
JSON Server.
Floats .
Angular CRUD.
Insert data to database.
22. JavaScript
Get data from database.
Introduction to JS. Update data in database.
Data members in JS. Delete data from database.
Arrays in JS. Routing
Objects in JS. CRUD with Routing.
function in JS. Bootstrap and font-awesome library.
Control statements. installation.
Looping Statements. Angular material.
Arrow Function.
JS with HTML. Angular Project
JS events.
DOM Object.
DOM methods.

Mock Sessions
-BY KUNAL SIR

OUR PLACEMENTS
Student Reviews -BY KUNAL SIR

Best classes in pune.


Prashant Warungase

CJC is the best classes in Pune for Java full stack. The
teaching staff is so supportive and friendly. They give there
best to developed students languages and I suggest to get
your admission in CJC by Kunal sir to get best education of
language.

Nice environment.
Chandramani Katkamble

Class environment is very nice....all staff is cooperative and


Kunal sir helped to build confidence in java programing
although i am from non tech background also the practical
guidance is very good specially Mr.Nandkishor sir guides
personally every student.

Best Institute
Navista Kusur

CJC institute is the best class in Pune.The teaching staff is


very supportive and friendly.They give best training.I suggest
give admission in cjc by Kunal sir to get the knowledge about
languages

Encouraging sessions
Amit Bodake

CJC is one of best platform for learning full stack developer


and environment of teaching and practical session is
encouraging for students
Online & Offline Both Classes
Get Placed In Top IT- Companies
Become a Pro Working Professional
100 % Job Placement Assurance

DATA SCIENCE AWS CLOUD

TESTING C & CPP

PYTHON POWER-BI

ANGULAR DEVOPS
Contact us
+91- 8888-0222-04

completejavaclasses.com

contact@completejavaclasses.com

1st Floor, Above Rupam Sweets/


Priyanka Collections Building,
Vikas Mitra Mandal Chowk,
Near Karve Nagar Bridge Pune,
Maharashtra 411052

Click on Map to get Location

You might also like