Advance JAVA

  • Category

    Language
  • Mode

    Instructor-Led Training
10000
Register Now
New

Course Features

  • Lectures 30
  • Quizzes 3
  • Duration 60 hours
  • Skill level Beginner
  • Students 35
  • Assessments Self

Course Description

"Core Java" AFAIK is not an official and well defined word. However, this is the title of a Sun Book, which introduces Java as the most important part of language and standard Java SE API - and perhaps it is that most people think that when they listen to the language. "Advanced Java" is everything that is defined in the Java Enterprise Edition API, for example, servlet programming, web services, Java firmness API, etc. "Core Java" means "stand-alone" Java application, whereas "advanced Java" refers to Java applications running on the server, i.e., these are "web applications".

Learning Outcomes

  • After learning concepts of advance java you are able to make a website which can be connected to the server.
  • After learning advance java concepts you can do socket programming.
  • By learning advance java you can move your carrier to different levels as most of the real time applications (Servlet, JSP, EJB, JPA, JSF…. etc) are developed using concepts of advance java.
  • After learning advance java you will be able to work with web servers and apps such as Apache Tomcat, Glassfish etc.

Who should take this Course?

  • Those who wants to be an advance JAVA developer.
  • Who want to make websites, connected to server?
  • Java developers who want to enhance their knowledge about JAVA.

Course Content

Introduction to Java

  • Introduction, Installation, Environment Setup JVM, JRE, JDK
  • Java programming basics
  • A First Java Program Compiling and executing Java Applications
  • The JDK Directory Structure

Variables, Data Types and control Statement

  • Primitive Datatypes
  • Declarations Variable Names Numeric Literals
  • Character Literals String, if-else, switch case

Object-Oriented Programming

  • Introduction to Object-Oriented Programming
  • Encapsulation Access Control
  • Classes and Objects Fields and Methods
  • Inheritance Polymorphism, Abstraction

Array in Java

  • Single, Multi-Dimensional, Jagged Object Class Array

Inheritance and package in Java

  • Inheritance Inheritance in Java Casting Method
  • Overriding Polymorphism super
  • The Object Class, this and super

Interfaces and Abstract Classes

  • Separating Interface and Implementation Defining
  • Interfaces Implementing and Extending Interfaces
  • Runnable Threads Abstract Classes

Classes

  • Inner Classes
  • Member Classes
  • Local Classes
  • Anonymous Classes
  • Instance Initializers

String

  • Charsequence, String, StringBuffer, StringBuilder

Exception Handling

  • Exceptions Overview
  • Catching Exceptions
  • The nally Block
  • De ning and Throwing Exceptions

Introduction to Threads

  • Non-Threaded Applications
  • Creating Threads
  • Threaded Applications
  • Thread States Runnable Threads
  • Interrupting Threads

Collection

  • Introduction to Collection Framework
  • Working and implementation of List, Set , Queue, Map

JDBC

  • Database basics
  • Introduction and overview
  • What is JDBC API?
  • Connection, Transactions DriverManager
  • Statement ResultSet, Statements

HTML & CSS

  • Introduction to HTML
  • Working with CSS
  • Markup tags
  • Inline CSS
  • Internal CSS
  • External CSS

Servlet Introduction

  • Web Server
  • Application Server
  • Generic Servlet
  • HTTP Servlet
  • Life Cycle of Servlet

Servlet

  • Servlet Context
  • Servlet Config
  • Deployment Descriptor
  • Request and Response
  • CRUD Operation with Servlet

Session Management

  • Http Session : Login and Logout
  • Url Rewriting and Hidden Form Field
  • Cookies: Session-Level Persistent

Servlet Filter

  • Filter Overview
  • Filter Processing
  • Filter Chain
  • Filter Mapping
  • Filter AP

Annotations and Listeners

  • Servlet-3 Annotations
  • Session Listener
  • Context Listener
  • Request Listener

Getting Started With JSP

  • Shortcomings of Servlet : Solution in JSP
  • JSP Scripting Elements
  • JSP Life Cycle

JSP CRUD Operation Implementation

  • JSP Action Elements
  • Using Beans in JSP CRUD Operation with JSP Using MVC
  • JSP Directive

JSP Custom Tags and JSTL Introduction

  • Custom Tag API, De ning Tag Handler, Con gure .tld le, & Expression Language