Contact Us

Hide

Online course detail

Java Training in Gurgaon | Core and Advance Java Programming Course

Java language was built with an objective to make it portable, robust, and secure programming language. It is popular that more than 3 billion devices in the world run java. Generally, 4 types of applications can be created using java like Standalone, Web, Mobile, Enterprise applications. Java syntax is based on C++ programming language. Java 8 helps you to learn parallel programming with streams, lambda expressions, complex stream pipelines.  

Instructor Led Training  |  Free Course Repeat  |  Placement Assistance  |  Job Focused Projects  |  Interview Preparation Sessions  

Read Reviews

Get Free Consultation

Curriculum

    • Various Class Loaders
    • Internal details of JVM
    • Variable declaration & Byte Code generation using Java Compilers.
    • Java String Handling concepts
    • String Pool
    • Function declaration
    • Arrays- Creation of Single Dimensional & Multidimensional arrays along with String Equality concepts using equals(), == operator & compareTo() method of Object class
    • String Pool
    • String literals
    • String Buffer & String Builder

    Learning Objectives - In this module, we will cover OOPS(Object Oriented Programming) principles like

    • Inheritance(IS-A & HAS-A Relationship)
    • Polymorphism(Compile-time & Runtime Polymorphism)
    • Data Hiding concepts like Abstraction & Interface
    • Data Binding using Encapsulation

    Topics - In detail discussion on OOPS terminology along with various keywords like static & final

    • Default & parameterized constructor for Object initialization
    • Super keyword & static initializer block.
    • Creation of User-defined packages
    • Java packages
    • Access modifiers : Public, private protected & default
    • Exception Handling : Using try-catch block, throw & throws keyword, Multi catch block, Finally block creation.
    • Multi-threading : Creation of Thread using Thread class & Runnable interface, various Thread Schedulers, Thread priority, Daemon Thread, Garbage collection, Thread Joining & Thread Pool creation & study of Thread life cycle stages like Start, stop, blocking yield & others.
    • Collection Interfaces : Set, List ,Map & Queue Interface
    • Collection classes: HashSet, LinkdHashSet, TreeSet, ArrayList, Vector, LinkedList, HashMap, LinkedHashMap, TreeMap, ConcurrentHashMap, SynchronizedMap, CopyOnWriteArrayList, CopyOnWriteArraySet & various other collection classes.
    • Inner class concepts : Member Inner class, Local Inner class, Static member class & Anonymous Inner class.
    • XML Introduction
    • Read & Writing of XML file using Java code
    • Parsing of XML & JSON file formats using DOM
    • SAX & various JSON parsers using GSON & others
    • Introduction to SQL: Connect, Insert, Update, Delete, Select
    • Introduction to JDBC and Architecture of JDBC
    • SQL Introduction
    • CRUD operations(Create, Read ,Update & Delete)
    • Transaction Management: Commit & Rollback
    • Type of JDBC drivers
    • Database Connectivity & Batch processing
    1. Java 8 Features
    2. Stream APIs Java 8
    3. Collector class
    4. Type Inference
    5. Functional Interfaces
    6. Optional Class
    7. Default Methods
    8. Method References
    9. Lambda Expressions
    10. String Joiner class

     

    • Introduction to Servlet :
    • Type of Servlets: Generic and Http Servlet.

    Request Dispatchers: Forward and Include, 4 types of Session Tracking and Filters.

    1) Servlet Creation

    2) Session Management techniques in Servlets :

    • Hidden-form field
    • Http Session
    • URL Rewritting
    • Cookies.

    3) Servlet Filters : Authentication & Count Filter

    4) Servlet Intefaces like Servlet Config & Context

    5) Servlet Pagination

    6) Annotation Servlet & Single Thread Model, reading of requests messages using various stream classes like ServletInputStream & ServletOutputStream.

    1) JSP Architecture

    2) JSP Scripting Elements : Scriptlet, Declaration & Expression Tag

    3) Directive Elements : Page, Include & taglib directive

    4) JSP Custom tags

    5) JSP Action elements : jsp:forward, jsp:include, jsp:useBean,jsp:setProperty tags, JSP Exception

    6) JSTL tags : Core,SQL ,Formatting & JSTL Functions

    7) JSP pagination.

    Topic -  Internal Spring Architecture, Life Cycle of Bean , Bean Creation , Bean Post Processors, Post Construct, Types of Spring container : Application Context & Bean Factory,Auto-wiring(byName,byType, byContructor & auto), Look Up Method Injection, Circular Dependencies, How to resolve Circular Dependencies using Application Context Aware Interface & AOP Proxies.

    1) DI (Constructor & Setter Injection)

    2) Circular Dependencies

    3) Application Context Aware & AOP Proxies

    4) Spring Bean Scopes(Singleton,Prototype, Request & Session Scopes)

    5) Bean Inheritance & Injecting Inner Beans

    6) Annotation Based Configuration

    7) Bean POST Processors

    9) Spring Logging with Log4j

    10) Spring Containers

    11) Spring Loosely Coupled Architecture

    12) Use Spring to Manage Dependencies @Component @Autowired

    13) Spring DI Qualifiers @Qualifier

    14) LifeCycle of  Bean @PostConstruct & @PreDestroy

    15)Removing Spring BOOT in basic application

    • Spring MVC Beginnning : This module will help us to develop application using Spring MVC architecture
    • Spring MVC Controllers :
    • MultiAction Controller
    • MultiAction Controller Annotation
    • PropertiesMethodNameResolver
    • ParametrizedViewController
    • ParameterizedMethodNameResolver
    • Spring RESTFul WebServices using JSON
    • Spring MVC Form Handling
    • Spring MVC Form Handling Anntotation
    • Spring Form Tag Library
    • Integrating Spring with Other Frameworks
    • Handling Duplicate Form Submission
    • Spring MVC File Upload
    • Spring MVC Internationlization & Localization
    • Spring MVC Form Validation
    • Spring MVC Request Mapping
    • Spring MVC Interceptors
    • Spring MVC Exception Handling

     View Resolvers in Spring MVC:

    •  InternalResourceViewResolver
    • XMLViewResolver
    • ResourceBundleViewResolver
    • ConfigureMultipleViewResolversPriority

    Datasource class, JdbcTemplate, NamedParameterJdbcTemplate, SimpleJdbcTemplate, SimpleJdbcInsert

    HibernateTemplate, JPATemplate

    • Introduction to JPA
    • Introduction to Spring Data JPA
    • Implementing Insert & Update using Spring JDBC update methods.
    • Creating JDBC Customer Spring RowMapper
    • Creating JDBC Customer Spring ResultSetExtractor
    • Implementing Spring JDBC Query Methods.
    • Implementing findById() Spring  JDBC.
    • Implementing deleteById() using Spring JDBC.
    • Stored Procedures with SimpleJdbcCall
    • Impementing JdbcDAOSupport using Spring JDBC
    • Implementing HibernateDAOSupport using SpringDAO classes.
    • Spring JDBC & JDBCTemplate CRUD with DataSource
    • Spring Transaction Management with JDBC
    • Spring Hibernate Integration
    • Spring MVC Hibernate CRUD

    AOP Configuration management, Transaction Management using AOP, AOP Terminologies,AOP Aspect,Joinpoint,Weaving, PointCut.

    • Introduction to Aspect Oriented Proramming
    • Spring AOP -  Type of Advices
    • Spring AOP PointCut
    • Spring JoinPoint
    • Spring Static JoinPoint
    • RegularExpressionMethodPointCut
    • Spring Advice with Custom Annotated PointCut
    • Spring AOP XML Configuration
    • Spring AOP AspectJ Dependencies
    • Spring AOP transaction management
    • Spring AOP transaction management in Hibernate
    • Undersatnding AOP Terminology @Aspect, @PointCut @Before, @After, @Around
    • Creating Custom Annotation & an Aspect.
    • Spring AOP Proxies
    • Spring BeanConfiguration with AOP
    • Spring AOP XML Configuration

    a) After Advice

    b) Before Advice

    c) After Advice

    d) Around Adivces

    e) After Returning Advice

    Introduction to Spring security configuration, Creating secured Web Services using Spring Security .

    a) Authentication & Authorization using Spring Securtiy

    b) Role based Security

    c) Password Hashing

    d) Limit Login Attempts

    e) Remember-me functionality

    f) Spring Security Using Database

    g) Spring Security using Hibernate

    h) Spring Security Access Controls

    i) Basic HTTP Authentication

    j) Token Base Security

    k) CSRF Filter & Delegation Proxy Filter

    l) Spring Security Using Security Talibs

     Introduction to Batch Processing framework:

    • Spring Batch Tasklet
    • Item Reader , Processor & Writer in Batch Processing
    • Spring Batch & Spring Task Scheduler
    • Spring Batch & Quartz Scheduler Integration.

    Learning Objectives - This module will cover SOA architecture implementation used by SOAP & REST Web services.  Creation of SOAP & REST Web services using JAX-WS & JAX-RS APIs

    Topics -

    • Spring MVC REST Service using @RestController
    • Securing Spring MVC REST APIs with RestTemplate using Basic Authectication.
    • Securing Spring MVC REST APIs with RestTemplate using OAuth2.
    • SOAP Web services using Apache CXF & AXIS APIs.
    • Produce & Consume SOAP services using Apache (AXIS & CXF ) + Apache client.
    • REST Web services using Jersey & Jackson APIs.
    • WSDL Creation(Web service Description language)
    • WADL creation in REST services.
    • HTTP Operations in REST Services.(GET ,PUT,POST,DELETE).
    • Creating Secured Webservices using Authectication Filter
    • SOAP UI & POSTMAN for testing APIs.

Course Description

    There are more than 9 Millions java developers worldwide, with more than 9 billion java downloads. The utility of java is widely accepted. We at Gyansetu, understand and systematically cater to the market demand of Java skills.

    GyanSetu's Java 8/J2EE training will help you to understand the Java technology basis that will be helpful in areas like website development, mobile development as well as Desktop based application development for finance, E-Commerce & other domains in IT industry.

    This course will cover both core and advanced Java concepts like Collections, Multithreading, I/O, String Handling, Exception Handling, JDBC Connectivity (Database concepts), Java 8 concepts(Streams, Lambda Expressions, Functional Interface) & various frameworks like Struts 2.x Spring & Backends frameworks like Hibernate & JPA.

    After completion of training one should be able to understand how to:

    1. Develop & implement the various coding scenarios in daily practices & Live environment.
    2. Implement String & Exception Handling Mechanism.
    3.Implements OOPS concepts like Inheritance(IS-A & HAS-A Relationships), Abstraction, Interface & Encapsulation techniques.
    4. Implement various Concurrency level(Synchronization) modules like Thread Pool & Thread Group using Semaphores, COUNT DOWN Latch, Cyclic Barrier other techniques in a multi-thread environment of various applications.
    5. Parse various data formats like XML , JSON & other formats using DOM, SAX & JSON parsers .
    6. Configure Database Connections to various databases using JDBC Connectivity & with various layers like THIN protocol & Network layers.
    7. Develop web applications and JSP pages.
    8. Implement ORM principle for database connectivity using Hibernate & other tools like JPA, JDO, etc.
    9. Configure various Spring modules like Dependency Injection (Constructor & Setter Injection), Spring DAO, Spring MVC & other modules like Spring Batch, Transaction management, Spring Security & others.
    10. Integrate various web applications using web services API like SOAP & REST interfaces using SOA architecture.

    We at Gyansetu understand that teaching any course is not difficult but to make someone job-ready is the essential task. That's why we have prepared capstone projects which will drive your learning through real-time industry scenarios and help you clearing interviews.

    All the advanced level topics will be covered at Gyansetu in a classroom/online Instructor-led mode with recordings.

    No prerequisites. This course is for beginners.

    Gyansetu is providing complimentary placement service to all students. Gyansetu Placement Team consistently works on industry collaboration and associations which help our students to find their dream job right after the completion of training.

    • Our placement team will add Java skills & projects to your CV and update your profile on Job search engines like Naukri, Indeed, Monster, etc. This will increase your profile visibility in top recruiter search and ultimately increase interview calls by 5x.
    • Our faculty offers extended support to students by clearing doubts faced during the interview and preparing them for the upcoming interviews.
    • Gyansetu’s Students are currently working in Companies like Sapient, Capgemini, TCS, Sopra, HCL, Birlasoft, Wipro, Accenture, Zomato, Ola Cabs, Oyo Rooms, etc.
    • Gyansetu trainers are well known in Industry; who are highly qualified and currently working in top MNCs.
    • We provide interaction with faculty before the course starts.
    • Our experts help students in learning Technology from basics, even if you are not good at basic programming skills, don’t worry! We will help you.
    • Faculties will help you in preparing project reports & presentations.
    • Students will be provided Mentoring sessions by Experts.

Certification

Core and Advanced Java Certification

APPLY NOW

Reviews

Placement

Enroll Now

Structure your learning and get a certificate to prove it.

Projects

    Following modules need to be developed for the project.

    Module 1 : Authentication of a web page using database connection with any of ORM tool like Hibernate.
    Module 2 : Creation of various Business Layers.
    Module 3 : Implementation of Business & Presentation logic .
    Module 4 : Implementation of MVC Design pattern & integration of application with any PayPal payment Gateway.
    Module 5 : Transaction management using Spring modules with updation of Credit Card & other information on to our database system.

Java Training in Gurgaon | Core and Advance Java Programming Course Features

Frequently Asked Questions

    We have seen getting a relevant interview call is not a big challenge in your case. Our placement team consistently works on industry collaboration and associations which help our students to find their dream job right after the completion of training. We help you prepare your CV by adding relevant projects and skills once 80% of the course is completed. Our placement team will update your profile on Job Portals, this increases relevant interview calls by 5x.

    Interview selection depends on your knowledge and learning. As per the past trend, initial 5 interviews is a learning experience of

    • What type of technical questions are asked in interviews?
    • What are their expectations?
    • How should you prepare?


    Our faculty team will constantly support you during interviews. Usually, students get job after appearing in 6-7 interviews.

    We have seen getting a technical interview call is a challenge at times. Most of the time you receive sales job calls/ backend job calls/ BPO job calls. No Worries!! Our Placement team will prepare your CV in such a way that you will have a good number of technical interview calls. We will provide you interview preparation sessions and make you job ready. Our placement team consistently works on industry collaboration and associations which help our students to find their dream job right after the completion of training. Our placement team will update your profile on Job Portals, this increases relevant interview call by 3x

    Interview selection depends on your knowledge and learning. As per the past trend, initial 8 interviews is a learning experience of

    • What type of technical questions are asked in interviews?
    • What are their expectations?
    • How should you prepare?


    Our faculty team will constantly support you during interviews. Usually, students get job after appearing in 6-7 interviews.

    We have seen getting a technical interview call is hardly possible. Gyansetu provides internship opportunities to the non-working students so they have some industry exposure before they appear in interviews. Internship experience adds a lot of value to your CV and our placement team will prepare your CV in such a way that you will have a good number of interview calls. We will provide you interview preparation sessions and make you job ready. Our placement team consistently works on industry collaboration and associations which help our students to find their dream job right after the completion of training and we will update your profile on Job Portals, this increases relevant interview call by 3x

    Interview selection depends on your knowledge and learning. As per the past trend, initial 8 interviews is a learning experience of

    • What type of technical questions are asked in interviews?
    • What are their expectations?
    • How should you prepare?


    Our faculty team will constantly support you during interviews. Usually, students get job after appearing in 6-7 interviews.

    Yes, a one-to-one faculty discussion and demo session will be provided before admission. We understand the importance of trust between you and the trainer. We will be happy if you clear all your queries before you start classes with us.

    We understand the importance of every session. Sessions recording will be shared with you and in case of any query, faculty will give you extra time to answer your queries.

    Yes, we understand that self-learning is most crucial and for the same we provide students with PPTs, PDFs, class recordings, lab sessions, etc, so that a student can get a good handle of these topics.

    We provide an option to retake the course within 3 months from the completion of your course, so that you get more time to learn the concepts and do the best in your interviews.

    We believe in the concept that having less students is the best way to pay attention to each student individually and for the same our batch size varies between 5-10 people.

    Yes, we have batches available on weekends. We understand many students are in jobs and it's difficult to take time for training on weekdays. Batch timings need to be checked with our counsellors.

    Yes, we have batches available on weekdays but in limited time slots. Since most of our trainers are working, so either the batches are available in morning hours or in the evening hours. You need to contact our counsellors to know more on this.

    Total duration of the course is 160 hours (80 hours of live instructor-led-training and 80 hours of self-paced learning).

    You don’t need to pay anyone for software installation, our faculties will provide you all the required softwares and will assist you in the complete installation process.

    Our faculties will help you in resolving your queries during and after the course.

Relevant interested Courses