Ad to Business

All locations
All categories

Complete Javaend To End Realtime Online Training By Handson Professionals 8500122107

Offer
Complete Javaend To End Realtime Online Training By Handson Professionals 8500122107
California » Los Angeles » SANDIEGO
Published by: Sri Raja
200 USD

COMPLETE JAVA(END TO END) ONLINE TRAINING,JOB SUPPORT AND CORPORATE TRAINING BY CORPORATE WORKING FACULTY

FOR FREE DEMO contact :
Email : raj@apex-online-it-training.com
Phone/WhatsApp : +91-(850) 012-2107


Course Content (we can customize the course content as per your requirements)

Complete Java(end to end) online Training Course Content

Topics Covered in Complete Java Online Training


Eclipse & Tomcat
Core Java
JDBC
Servlet
JSP
Log4J
WebServices
ANT
JUnit
Clear Case
Hibernate
Spring
Ajax
Agile Methodologies
Design Patterns
jQuery

FOR More Details contact us at:
Email : raj@apex-online-it-training.com
Phone/WhatsApp : +91-(850) 012-2107

Core Java Online Training Course Content

Date Topic Hrs
Core Java programming 20
Day - 1 Introduction 1
What is Java?
Java Features
Java SE vs. Java EE vs. Java ME
JDK vs. JRE

Day - 2 Writing Java Programs 1
Understanding JVM
HelloWorld.java
Comments in Java
Java Primitive Data Types
Sample programs

Day - 3 Operators in Java 1
Arithmetic operators
Assignment operators
Increment and Decrement operators (Unary)
Relational operators
Boolean operators
Conditional operator (Ternary)

Day - 4 Control Statements in Java 1
if-else statement
switch-case statement
while loop
do-while loop
for loop
Enhanced for loop

Day - 5 Fundamentals of OOP 1
What is OOP?
Benefits of OOP
What is an object and a class?
What is Inheritance?

Day - 6 Fundamentals of OOP 1
Encapsulation
Class Specification
Properties
Methods
Types of methods
Object creation and destruction

Day - 7 Fundamentals of OOP 1
Abstraction
Polymorphism
Overloading
Overriding

Day - 8 Abstract classes 1
Interfaces
Sample programs

Day - 9 Arrays in Java 1
String Handling
String
StringBuffer
StringTokenizer

Day - 10 Exception Handling 1
Throwable
Exception
Error
Types of Exceptions
try, catch, finally, throw and throws keywords

Day - 11 Java I/O 1
File class
Character and Byte streams

Day - 12 Working with File streams 1
Using FileReader and FileWriter
Using FileInputStream and FileOutputStream

Day - 13 java.io.BufferedReader 1
java.io.BufferedWriter
java.io.DataInputStream
java.io.DataOutputStream
java.io.ObjectInputStream
java.io.ObjectOutputStream

Day - 14 java.util.Date 1
java.text.DateFormat
java.text.SimpleDateFormat
java.util.Properties

Day - 15 java.util.TreeMap 1
java.util.Hashtable
java.util.Enumeration
java.util.Vector
java.util.Iterator

Day - 16 java.util.List 1
java.util.ArrayList
java.util.Iterator
java.util.ListIterator
java.util.Set
java.util.HashSet
java.util.TreeSet

Day - 17 java.util.Calendar 1
java.util.GregorianCalendar
java.util.regex.Pattern
java.util.regex.Matcher

Day - 18 java.lang.Object 1
Garbage Collector
Wrapper Classes

Day - 19 Generics 1
Enhanced 'for' loop
Static imports
Scanner
Auto boxing / unboxing



FOR More Details contact us at:
Email : raj@apex-online-it-training.com
Phone/WhatsApp : +91-(850) 012-2107

JDBC Online Training Course Content


Date Topic Hrs
JDBC Programming 4
Day - 1 JDBC Introduction 1
JDBC Drivers
Type 1: JDBC-ODBC Bridge
Type 2: Native-API/partly Java driver
Type 3: Net-protocol/all-Java driver
Type 4: Native-protocol/all-Java driver
Working with Derby Database
Derby Databse Set up and Eclipse Data Tools Plugin

Day - 2 Examples 1
Example1: Retrieving the data
Example2: Updating the data


Day - 3 JDBC Programming 1
PreparedStatement
Example1: Using PreparedStatement to insert the data
ResultSetMetaData
Example2: Using ResultSetMetaData
DatabaseMetaData
Example3: Using DatabaseMetaData

Day - 4 CallableStatement 1
Example4: Using CallableStatement
JDBC 2.0 Features
Scrollable Result Sets
Example5: Working with scrollable result sets
Updateable Result Sets
Example6: Working with updateable result sets
Inserting and deleting rows programmatically
Example7: Inserting rows using the updateable result set



FOR More Details contact us at:
Email : raj@apex-online-it-training.com
Phone/WhatsApp : +91-(850) 012-2107

Servlet Online Training Course Content



Date Topic Hrs
Servlet Programming 6
Day - 1 Introduction 1
What is a Java Servlet?
The Servlet packages
The Servlet Life Cycle
Basic Servlet Structure
A Simple Servlet Generating Plain Text
Compiling and Invoking the Servlet
A Simple Servlet Generating HTML

Day - 2 Demonstration: Eclipse with Tomcat 1

Day - 3 Processing the Request: Form Data 1
Introduction (Format, URL-encoding, GET, POST)
Example: Reading Specific Parameters
Example: Making Table of All Parameters
Processing the Request: HTTP Request Headers
Common Request Headers and Their Meaning
Reading Headers from Servlets
Example: Making Table of All Headers

Day - 4 Generating the Response: HTTP Status Codes 1
Status Codes and Messages
Setting Status Codes from Servlets
HTTP 1.1 Status Codes and Their Meanings
Example: A Front End to Various Search Engines
SearchEngineServlet.java
SearchSpec.java
SearchEngines.html

Day - 5 HTTP Response Headers 1
Setting arbitrary response headers
Setting common response headers
Common MIME Types
Exmple: Building Excel Spreadsheets
Common HTTP 1.1 Response Headers
Example: Persistent Servlet State and Auto-reloading pages

Day - 6 Understanding RequestDispatcher 1
Example: Using include and forward methods
What is Session Tracking?
Cookies
URL Rewriting
Hidden Form Fields
The HttpSession API
Session Tracking Basics
HttpSession Methods
Example: Showing Session Info



FOR More Details contact us at:
Email : raj@apex-online-it-training.com
Phone/WhatsApp : +91-(850) 012-2107

JSP Online Training Course Content


Date Topic Hrs
JSP (Java ServerPages) Programming 8
Day - 1 Introduction 2
What is JSP?
Advantages of of JSP over Servlets
JSP vs ASP
JSP Architecture
JSP Access Models
Model1 Architecture
Model2 Architecture
JSP Syntax Basics (Directives, Declarations, Expressions, Scriptlets, Comments)
Sample programs
AccessCounts.jsp
Expressions.jsp

Day - 2 JSP Object Scopes 1
JSP Implicit Objects
Scriptlet.jsp
Cookies.jsp
ReqHeaders.jsp
CurrentDate.jsp
Retrieving the data posted from HTML to JSP page
GetName.html
ShowName.jsp
JSP Sessions
Sample programs

Day - 3 JSP Actions 1
jsp:include
jsp:forward
jsp:useBean (Overview of useBean and writing POJO)
jsp:setProperty
jsp:getProperty
jsp:plugin
Sample programs

Day - 4 Exception Handling in JSP 1
exception object
errorPage and isErrorPage attributes of page directive
Using JDBC with JSP pages

Day - 5 JSTL 1
Introduction to JSTL
Presentation Tier Components
What goes in JSP pages?
JSTL – Understanding the terminology
Expression Language (EL)
Tag Attributes
Tag Libraries
Core Tag Library
Formatting Tag Library
SQL Tag Library
XML Tag Library
Examples on c:out, c:set and c:remove actions

Day - 6 Using JSTL Condtionals 1
The action
The , and actions
JSTL Looping and Iteration actions
The action
The action
Working with URL related actions
The action
The action
The action
The action

Day - 7 Formatting Tag Library 1
The action
The action
SQL Tag Library
The action
The action
The action
The action
The action
The action


FOR More Details contact us at:
Email : raj@apex-online-it-training.com
Phone/WhatsApp : +91-(850) 012-2107

Web Services REST & Soap Online Training Course Content


Date Topic Hrs
Web Services 3
Day- 1 What is Web Service? 1
Why Web Service?
Types of Web Services
Web Services Components
Web Services Architecture

Day - 2 Working with SOAP based Web Service 1

Day - 3 Working with RESTful Web Service 1


FOR More Details contact us at:
Email : raj@apex-online-it-training.com
Phone/WhatsApp : +91-(850) 012-2107

Hibernate Online Training Course Content


Date Topic Hrs
Hibernate 12
Day - 1 Introduction 1
What is Hibernate?
Why Hibernate?
Hibernate Basics
Simple Object Model
POJO (Plain Old Java Objects)
XML Mapping File
Handling the CRUD operations
Hibernate Details
Core Interfaces in Hibernate
Hibernate Querying Operations

Day - 2 Working with Hibernate Tools 2
Environment Setup
Create a new Project
Create packages
Create hbm.xml files
Create cfg.xml file
Generate POJO classes
Write HibernateUtil
Write CRUD operations

Day - 3 Introduction to ORM 1
Hibernate - Relational Persistence for Idiomatic Java
Hibernate Architecture
Persistence Lifecycle
Hibernate Features
Hibernate vs Others

Day - 4 Hibernate Mapping Examples 1
Many-to-One
One-to-One

Day - 5 Hibernate CRUD operations using annotations 1
Creating a database table
Creating POJO
Retrieving data
Inserting data
Updating data
Deleting data

Day - 6 Hibernate Mapping Examples 1
One-to-Many
Advantages of Hibernate over JDBC
Hibernate Datatype Mappings Table

Day - 7 Hibernate Mapping Examples 1
Many-to-one using annotations

Day - 8 Hibernate Mapping Examples 1
Many-to-Many

Day - 9 Hibernate Mapping Examples 1
Inverse Mapping
Hibernate Query Language (HQL)
FROM clause
WHERE clause
Associations and Joins
Aggregate Functions
ORDER BY clause
GROUP BY clause
Sub Queries
Named Parameters

Day - 10 Loading an object in Hibernate 1
session.load()
session.get()
Working with Named queries

Day - 11 Working with Criteria queries 1
Restricting to narrow the result set
Ordering the result set
Associations
Example queries
Projections


FOR More Details contact us at:
Email : raj@apex-online-it-training.com
Phone/WhatsApp : +91-(850) 012-2107

Spring Framework Online Training Course Content


Date Topic Hrs
Spring Framework 8
Day - 1 Introduction to Spring Framework 1
What is Spring?
Spring Framework Release History
What does Spring provide?
Spring Modules
Application Layering

Day - 2 Spring Environment Setup 1
Creating Hello World application using Spring
Bean Definition
Bean Scopes
Bean Life cycle

Day - 3 Spring and Inversion of Control 1
Dependency Injection
A Simple Example
DI Types
Setter Injection
Constructor Injection
Benefits of IOC

Day - 4 Spring Web MVC 1
Introduction
The Dispatcher Servlet
Defining a controller
Spring configuration files
Defining JSP views

Day - 5 Working with Spring Form 1

Day - 6 Working with Spring Jdbc 1

Day - 7 Working with Spring Hibernate 2


FOR More Details contact us at:
Email : raj@apex-online-it-training.com
Phone/WhatsApp : +91-(850) 012-2107

UI - JQuery, Ajax Online Training Course Content


Date Topic Hrs
jQuery 9
Day - 1 Introduction 1
What is jQuery?
jQuery Basics
jQuery Selectors
jQuery Attributes

Day - 2 jQuery Event Handling 1
Common DOM Events
jQuery Syntax for Events
jQuery Methods
bind() and unbind()
on() and off()

Day - 3 jQuery - DOM Manipulation 1

Day - 4 jQuery - AJAX 1

Day - 5 jQuery - Effects 1

Day - 6 jQuery UI 1

Day - 7 jQuery Widgets 1

Day - 8 jQuery - Plugins 1

Day - 9 jQuery - Theming 1


Date Topic Hrs
AJAX 2
Day - 1 What is AJAX? 1
AJAX Diagramatic representation
How AJAX works?
Why use AJAX?
AJAX Browser support

Day - 2 Core components of AJAX 1
The XMLHttpRequest object
XMLHttpRequest object properties
XMLHttpRequest object methods




FOR More Details contact us at:
Email : raj@apex-online-it-training.com
Phone/WhatsApp : +91-(850) 012-2107

JSON Online Training Course Content


Date Topic Hrs
JSON 4
Day - 1 What is JSON? 1
JSON Syntax
Sample JSON Data
Sample JSON Array
Why JSON?
Examples


Day - 2 JSON Data Types 1
Storing JSON Data
Storing JSON Data into arrays
Nesting JSON Data
JSON comparision with XML


Day - 3 JSON with AJAX 1
Creating AJAX request
Processing JSON Data
Calling Function


FOR More Details contact us at:
Email : raj@apex-online-it-training.com
Phone/WhatsApp : +91-(850) 012-2107

ANT Online Training Course Content


Date Topic Hrs
ANT 5
Day - 1 Introduction 1
Getting Ant
System Requirements
Installing Ant
Check Installation
Optional Tasks
Building Ant
Library Dependencies
Platform Specific Issues

Day - 2 Using Ant 1
Writing a Simple Buildfile
Projects
Targets
Tasks
Properties
Built-in Properties
Property Helpers
Example Buildfile

Day - 3 Ant Tasks 1
Writing Tasks
Set up the build environment
Write the Task
Use the Task
Integration with TaskAdapter
Deriving from Apache Ant's Task
Accessing the Task's Project
Attributes
Nested Text
Nested Elements
Our task in a little more complex version
Test the Task

Day - 4 Tasks using Properties, Filesets & Paths 1



Day - 5 Ant Eclipse IDE Integration 1



FOR More Details contact us at:
Email : raj@apex-online-it-training.com
Phone/WhatsApp : +91-(850) 012-2107


Views: 32

Send Message
Your name *
Email address *
Phone *
Your message *
I agree with Terms and Conditions *

Show phone

Report Ad
Report type *
Your Email *
Report Message *

Please stay SAFE

  • DO NOT SEND MONEY USING Western Union or MoneyGram TO PERSONS OR COMPANIES YOU DO NOT KNOW. WE WON'T BE ABLE TO GET YOUR MONEY BACK.
  • Do not extend payment to anyone you have not met in person
  • Never give out financial info (bank account, social security, paypal account, etc)
  • Keep things local by meeting face to face
  • Beware offers involving shipping - deal with locals you can meet in person
  • Transactions are between users only, no third party provides a "guarantee"
  • Don't carry large sums of money with you the first time you meet someone. For expensive items, go to the bank with the seller to make the payment
  • Our advice is to pay only when the product is delivered (cash on delivery)
  • Most scammers will try to lure you away from our website. Perhaps even by adding email addresses or phone numbers to their pictures or message. They do it to avoid our checks. So avoid them.
  • DEAL LOCALLY, FACE-TO-FACE - follow this one rule and avoid 99% of scam attempts.
  • IMPORTANT - Made live phone video calls with the owner to ensure that the owner has the product listed.

Recent ads » Education » Courses Online
Banner pets4homesales.com