SlideShare une entreprise Scribd logo
1  sur  7
Télécharger pour lire hors ligne
l
l
l
Understanding Requirement: why JAVA
Why java important to the internet
JAVA on LINUX PLATFORM
JAVA
INTRODUCTION To JAVA
CURRICULUM
J2SE (JAVA 2 STANDARD EDITION)
l
l
l
l
l
l
l
Java Virtual machine Architecture
Class loading process by class loaders
Booting loader
Extension loader
System loader
Role of Just In time compiler (JIT)
Execution Engine
INTRODUCTION TO JAVA VIRTUAL MACHINE
l
l
l
l
l
l
Data Types , Variables ad Arrays
Operators
Control statements
Object oriented paradigms
Abstractions
The Three OOP Principles:
(Encapsulation, Inheritance, Polymorphism)
AN OVERVIEW OF JAVA AND BUZZWORDS
l
l
l
l
l
l
l
l
l
l
l
l
l
l
Class fundamentals
Commands line arguments
Learning Static Initializer
Declaration of objects
Instance variable Hiding
Overloading and Overriding of Methods
Upcasting
Down casting
Understanding of Access Controls (private,
public and protected)
Learning Nested and Inner classes
Dynamic method Dispatching
Using Abstract classes
Using final to prevent Overriding & Inheritance
Garbage collection
JAVA CLASSES AND OOP IMPLEMENTATION
l
l
l
l
l
l
l
l
Defining a package
Understanding CLASSPATH
Access Protection
Importing packages
Defining and Implementing interfaces
Anonymous classes
Abstract classes Vs Interfaces
Adapter classes
PACKAGES AND INTERFACES
l
l
l
l
l
l
l
l
l
Fundamental of Exception handling
Types of Exceptions
Learning exceptions handlers
Try and Catch
Multiple catch Clauses
Nested Try statements
Throw , throws and finally
Creating custom exceptions
Assertion
EXCEPTION HANDLING
l
l
l
l
l
l
Learning String Operation
Learning character Extraction
Learning string Comparison
Understanding string Buffer Classes
String builder class
Creating Immutable Class
STRING HANDLING
l
l
l
l
l
l
l
l
l
Premain method , Object size
Generics
Annotations
Vargs
Static Import
For each
String in which
Multiple exception handling
Dimond Operator
NEW IN JDK 5/6/7
Swing & AWT
Introduction to JFC
Controls
Event Delegation Method
Event Classes
Event listeners
l
l
l
l
WINDOWS PROGRAMMING
APPLENET
l
l
l
l
l
l
Applenet Basics
Architecture and Skeleton
Simple Apple Display Methods
The HTML Applet Tag
Inter Applet communication
Trusted Applet (Applet with Database)
l
l
l
l
l
l
l
l
l
l
The java thread model
Creating a thread: Extended Thread and
Implementing Runable
Creating multiple Thread and Context
Switching
Synchronization: methods and
statements
Inter thread Communication
Thread local
Dead lock
Threadpool executer class
Shutdown hookup
Re-entrent locking
Multi threaded Programming
l
l
l
l
l
l
l
l
l
File handling
Binary Streams
Character stream
Serialization
Scanner
Stream tokenizer
String tokenizer
GzipOutStream class
Data Encryption & decryption
Introduction to I/O streams
l
l
l
l
URL, InetAddress
Socket And Server Socket
Datagram socket
Socket factories
NETWORKING
l
l
Determining the class of an object
Getting information about classes modifier,
fields, methods, constructor, and super
classes
Reflection API
l
l
l
l
l
l
Finding out constant and method
declaration
belong to an interface
Creating an instance of a class whose
name is
not known until runtime
Getting and setting value of an objects
field if
field name is unknown until runtime
Invoking a method on an object if the
method is
unknown until runtime
Creating a new array whose size and
components type are not know until runtime
Invoking private member of a class
ADVANCED JAVA/J2EE (JAVA 2
ENTERPRISE EDITION)
l
l
l
l
l
l
l
l
l
l
The Collection Interfaces (list , set, Sorted
set)
The collection classes
(The array list, Linked list, Hash set, Tree set)
Accessing a Collection via an Iterator
Working with maps
Working with Comparators
The Collection Algorithms
The Legacy Classes and Interfaces
(Enumeration, Vector, Stack, Dictionary, Hash
table)
Date and Time Handling
COLLECTION CLASS
Array class
COLLECTION FRAMEWORK
l
l
l
l
Usage of Property file
Define the locale
ResourceBundle
Fetching Text from ResourceBundle
SYSTEM PROPERTIES &
INTERNATIONALIZATION
l
l
l
l
Distributed Applications
RMI Architecture
Implementation
Call-Back Mechanism
REMOTE METHOD INVOCATION (RMI)
l
l
l
l
l
l
l
l
l
l
JDBC Drivers
Statements
Metadata
Scrollable & Updatable Result set
Batch Updates
Data Sources And Connecting Pooling
Row sets
Transaction (commit , rollback,savepoint)
Getting Data from excel sheet
Generating log file
DATABASE PROGRAMMING USING
JDBC(4.1)
l
l
l
l
Single Tier
Two Tier
Three Tier
N Tier
INTRODUCTION TO J2EE ARCHITECTURE
TIER ARCHITECTURE
l
l
Web components
Business components
l
l
Containers Type
Containers Services
J2EE COMPONENTS
J2EE CONTAINERS
l
l
l
l
Java Naming and Directory Interfaces
Java Transaction Services
Java Messaging Services
Java Authentication & Authorization
Services
J2EE Services
l
l
Use Cases
Diagrams
INTRODUCATION TO UML
l
l
l
l
Document type Definition (DTD)
XML parsers
Document object module(DOM)
Simple API for XML (SAX)
INTRODUCTION TO XML
l
l
l
l
l
l
l
l
l
Introduction to Web Programming
Advantages to Servlet
Servlet Lifecycle
Request Dispatching
Session Tracker
Event Listener
Dependency Injection
Filters
Servlet with Annotation
JAVA SERVLET
l
l
l
l
l
l
l
l
l
@WebFilter
@WebInitParam
@WebListener
@WebServlet
@MultipartConfig
@ServletSecurity
File uploading/file downloading
Security
Refreshing servlet
l
l
l
l
l
l
l
l
l
JSP Architecture
JSP Element
JSP Directives
JSP Actions
JSP Objects
Custom Tags
Using Tags of JSTL
Expression Language
Exception handling in JSP
JAVA SERVER PAGES (JSP) & JSTL
l
l
l
l
l
l
l
l
l
Ÿ
Ÿ
l
XMLHTTPRequest
Ready State
OnreadystateChange
ResponseText
ResponseXML
Status
StatusText
Div Tag
Functon
Open ( )
Send ( )
Ajax Web Application Model
Ajax
l
l
l
l
l
l
l
l
Jquery with Ajax
Jquery Event
Jquery Selectors
JSON
Calling JSP with Jquery
Animation
get ( ) Function
Jquery Ajax Event
Jquery
l
l
l
Introduction
Architecture
Types of EJB
ENTERPRISE JAVA BEANS (EJB-3.2)
l
l
l
l
l
l
l
l
l
l
l
l
l
l
Introduction
State Management
Dpendency Injection
Interceptors
Timer Service
Life cycle Callback Methods
@PostConstruct
@PreDestroy
@PreActivate
@PrePassivate
Types
Stateless
State full
Singleton
SESSION BEANS
l
l
l
l
l
l
l
l
l
l
l
l
l
l
l
Introduction
Java Persistence API
Java Persistence Query
Language(JPQL)
The Entity Life Cycle
Entity Relationships
@One To One
@One To Many
@Many To One
@Many To Many
@Entity
@Id
@Table
@Column
@Basic
ENTITY BEANS
l
l
l
l
l
l
l
l
Messaging overview
Messaging models
Point to point models
Topic subscriber models
JMS Implementation
Life cycle
@MessageDriven
@ActivationConfigProperty
MESSAGE DRIVEN BEANS & JMS2.0
l
l
l
l
l
l
l
l
Why design pattern?
Front controller
Composite view
Session façade
Service Locator
Data Access Object
Value object
Singleton pattern , factory pattern
J2EE DESIGN PATTERN
l
l
l
l
l
l
Email system and Protocols
Architecture
Sending mail
Receiving mail
Handling attachments
Replying & forwarding
JAVA MAIL
PACKAGING AND DEPLOYMENT USING
ANT
l
l
l
Local Device
UUID class
Discovery Listener
BLUETOOTH API
l
l
l
l
l
A conceptual overview of Web Services
Web services requirements
SOAP
WSDL
UDDI
Introduction to Web services
l
l
My Eclipse 2013
NetBeans 6.5
UTILITIES
l Apache Tomcat 7.0
WEB SERVER
l
l
l
l
Bea's Web logic 10.3/12c
J Boss
Sun Application server
Web share
APPLICATION SERVER
STRUTS 2.X curriculum
l
l
l
l
l
l
l
MVC /Model2
Filter
Action
Result
Interceptors
Valuestack, ONGC and DATA transfer
Action Context
STRUTS 2 FRAMEWORK
l
l
l
l
l
Introducing Struts 2 actions
Packing your actions
Implementing Actions
Transferring data onto objects
File uploading: a case study
WORKING WITH STRUTS 2 ACTIONS
l
l
l
l
Why intercept requests
Interceptors in actions
Surveying the built –in struts 2 interceptor
Building your own interceptor
ADDING WORKFLOW WITH
INTERCEPTOR
l
l
l
l
Data transfer and type conversion
OGNL and Struts 2
Built-in type convertors
Customizing type conversion
DATA TRANSFER: OGNL AND TYPE
CONVERSION
l
l
l
l
l
An overview of struts tags
Data tags
Miscellaneous tags
Using JSTL and other native tags
A brief primer for the OGNL expression
language
BUILDING A VIEW : TAGS
l
l
l
Why we need UI components tags
Tags, template, and themes
UI component tag reference
UI COMPONENT TAGS
l
l
l
Life after action
Commonly used result types
Global results
RESULTS IN DETAIL
l
l
l
Why use spring with struts 2?
Adding to spring to struts 2
Why use the java persistence API with struts
2?
INTEGRATING WITH SPRING AND
HIBERNATE/JPA
l
l
l
l
Getting familiar with the validation framework
Wiring your actions for validation
Writing a custom validator
Validation framework advanced topics
EXPLORING THE VALIDATION
FRAMEWORK
l
l
l
l
The struts 2 framework and JAVA i18n
A struts 2 i18n demo
Struts 2 i18n: the details
Overloading the framework's default locale
determination
UNDERSTANDING INTERNATIONALIZATION
Struts with Annotation
DATABASE CURRICULUM
SQL Basic
l
l
l
l
l
l
Introduction
Select
Where
Insert
Update
Delete
SQL ADVANCED
l
l
l
l
l
l
l
l
l
l
l
l
l
l
SQL order By
SQL AND & OR
SQL in
SQL between
SQL join
SQL union
SQL create
SQL drop
SQL alter
Decode SQL
SQL group By
SQL select by
SQL create view
Creating index
SQL Functions
l
l
Aggregate functions
Scalar functions
Working with Dates
Introduction to PL
Working with Procedure and
Functions
Working with Triggers
Working with Sequences
HIBERNATE 3.0
INTRODUCTION TO MAPPING
OBJECTS TO RELATIONAL
DATABASES
l
l
l
l
Serialization 2
XML2
Object- oriented Database system
Mapping
INTRODUCTION TO HIBERNATE
l
l
l
l
l
l
Hibernate Architecture
Hibernate configuration
Hibernate's Support for Other
Technologies
Installing Hibernate
A “Hello world” stand alone application
A Servlet–Based Hibernate application
CREATING PERSISTING CLASSES
l
l
l
l
l
l
Mapping a basic Java Class
Mapping a Class with Binary Data
Mapping a Serializable Class
Mapping a class with Data/ calendar
attributes
Mapping a Read-only class
Mapping a class using Versioning
/Timestamps
MAPPING INHERITENCE WITH
JAVA CLASSES
l
l
l
l
Table-Per –class Hierarchy Mapping
Table-Per –subclass Hierarchy Mapping
Table-Per –concrete-subclass Hierarchy
Mapping
Persistence interfaces
WORKING WITH COLLECTIONS
l
l
l
l
l
l
l
Associations
Lazy initialization
Mapping Maps/Sorted Maps
Mapping Sets/Sorted Sets
Mapping lists
Mapping Arrays
Mapping a Bidirectional Association
USING PERSISTENT OBJECTS
l
l
l
Persisting Objects
Loading Data into an Object
Updating and finding Objects
SCALAR QUERIES AND HIBERNATE
QUERY LANGUAGE
l
l
l
l
Queries
Named Queries
SQL Queries
Hibernate Queries language
HIBERNATE CACHING
l
l
l
l
Setting Up a Session Factory Cache
Using the persistent Object cache
Using the Query cache
Setting Up EHcache
HIBERNATE TRANSACTIONS AND
LOCKING
l
l
l
l
l
l
Configuration
Database support
Using Transactions
The Transactions API
Transaction Example Using Oracle
Locking
HIBERNATE AND XDOCLET
l
l
l
Introduction to XDoclet
Using XDOclet with Hibernate
Hibernate XDoclet Tags and description
HIBERNATE AND ECLIPSE
l
l
l
Hibernator
HiberClipse
Hibernate synchronizer
INTEGRATION OF STRUTS 2,
HIBERNATE AND SPRING
l
l
l
Struts and Hibernate
Spring and Hibernate
Struts, Spring and Hibernate
l
l
l
Spring modules
Understanding dependency Injection
Applying aspect-oriented programming
What is Spring?
SPRING v3.0
l
l
l
l
l
Containing your Bean
Creating bean
Injecting into bean properties
Auto wiring
Controlling bean creation
Basic bean wiring
l
l
l
l
Declaring parent and Child Bean
Applying method injection
Injecting Non-spring Beans
Registering Custom property editors
Advanced Bean wiring
l
l
l
l
l
l
Introducing AOP
Creating classic spring aspects
Creating advice
Defining Pointcuts and Advisors
Using proxyFactory Bean
Autoproxying
Advising Beans
l
l
l
l
l
l
l
Learning spring's data Access Philosphy
Configuring a data source
Using JDBC with Spring
Working with JDBC Templates
Using Spring's DAO Support Classes for
JDBC
Integrating Hibernate with Spring
Caching
Hitting the Database
l
l
l
l
l
An overview of Spring remoting
Working with RMI
Remoting with Hessian and Burlap
Using Spring's Http Invoker
Spring and Web services
Spring and POJO based remote
services
l
l
l
l
l
Introducing Spring-WS
Defining Contract (First!)
Handling messages with service endpoints
Wiring it all together
Consuming Spring-WS Web services
Building Contract-First Web services in
spring
l
l
Wiring EJBs in Spring
Spring and EJB3
Spring and Enterprise JAVA beans
l
l
l
l
Getting started with Spring MVC
Mapping requests to controller
Handling request with controller
Handling exceptions
Handling Web Requests
l
l
l
l
l
Using spring with struts
Registering the Spring plug-in with struts
Writing springware struts actions
What about struts 2?
Working Spring into webwork2 / struts 2
Integrating with other Web frameworks
Partners :
.
E - 35, SITE - 4, Near Swarna
Nagari, Adjacent J.P. Golf
Course, Greater Noida (U. P.)
Ph. : 0120-4345190-91-92 to 97
Mb. :09899909738, 09899913475
GREATER NOIDANOIDA
A-43 & A-52, Sector-16,
Noida - 201301, (U.P.) INDIA
Ph. : 0120-4646464
Mb. : 09871055180
GHAZIABAD
1, Anand Industrial Estate,
Near ITS College, Mohan Nagar,
Ghaziabad (U.P.)
Ph.: 0120-4835400...98-99
Mb. : 09810831363 / 9818106660
GURGAON
1808/2, 2nd floor old DLF,
Near Honda Showroom,
Sec.-14, Gurgaon (Haryana)
Ph. : 0124-4219095-96-97-98
Mb. : 09873477222-333
SCO-32, 1st Floor, Sec.-16,
Faridabad (HARYANA)
Ph. : 0129-4150605-09
Mb. : 09811612707
FARIDABAD
38,Jai Jawan Colony 3rd,
Near Gaurav Tower,JLN
Marg, Jaipur (Rajsthan)
Ph. : 0141-2550077, 2550202
Mb : 08824246937
JAIPUR
C-8, Ist floor, Opposite Aditya
College, Near Airtel Office,
City Centre, Gwalior (M.P.)
Ph. : 0751-6058744
Mb. : 09039078744
GWALIOR
www.facebook.com/ducateducation
USPs
Books
LABS
Ÿ7:30AM To 10:30PM
LIVE PROJECTS
COURSE CERTIFICATE
CONFIRMATION LETTER TRAINING CERTIFICATE PROJECT CERTIFICATE
UPDATE COURSE CONTENTS(U.C.C)
CONSULTANTS/FACULTIES
INDUSTRY COLLABORATION & AWARENESS FROM
TECHNICAL PANEL FROM INDUSTRY IN DIFFERENT DOMAINS
100% JOB ASSISTANCE
ŸFor Degree Pursing Candidates to Submit in Colleges
ŸRegular Updated Course Contents According To Submit in Colleges
Ÿ
Ÿ
Best Part of the Industry who is talking Corporate Batches
Eg. SDG, XANSA, HCL, WIPRO, PYRAMID, CMS, PATNI & MANYM More...
ŸBangalore, Hyderabad & Pune
ŸIBM, FIDELITY, STERIA, HCL, WIPRO, BIRLA SOFT & ManyMore...
Ÿ
Ÿ
Ÿ
Ÿ
Ÿ
Ÿ
Ÿ
Outsourcing
Resourcing Through Consultancy Services
Regular Walk Ins
Exclusive Walk Ins For DUCATiens
Campus Interviews
Resume Sending
References

Contenu connexe

Tendances

Basic Java Programming
Basic Java ProgrammingBasic Java Programming
Basic Java ProgrammingMath-Circle
 
Core Java introduction | Basics | free course
Core Java introduction | Basics | free course Core Java introduction | Basics | free course
Core Java introduction | Basics | free course Kernel Training
 
Functional Programming In Jdk8
Functional Programming In Jdk8 Functional Programming In Jdk8
Functional Programming In Jdk8 Bansilal Haudakari
 
Lambda Expressions in Java
Lambda Expressions in JavaLambda Expressions in Java
Lambda Expressions in JavaErhan Bagdemir
 
Programming with Lambda Expressions in Java
Programming with Lambda Expressions in Java Programming with Lambda Expressions in Java
Programming with Lambda Expressions in Java langer4711
 
Lambda Expressions in Java 8
Lambda Expressions in Java 8Lambda Expressions in Java 8
Lambda Expressions in Java 8icarter09
 
Advanced Functional Programming in Scala
Advanced Functional Programming in ScalaAdvanced Functional Programming in Scala
Advanced Functional Programming in ScalaPatrick Nicolas
 
Core java concepts
Core java  conceptsCore java  concepts
Core java conceptsRam132
 
Managing Binary Compatibility in Scala (Scala Days 2011)
Managing Binary Compatibility in Scala (Scala Days 2011)Managing Binary Compatibility in Scala (Scala Days 2011)
Managing Binary Compatibility in Scala (Scala Days 2011)mircodotta
 
Java 8 - Project Lambda
Java 8 - Project LambdaJava 8 - Project Lambda
Java 8 - Project LambdaRahman USTA
 
Lambda: A Peek Under The Hood - Brian Goetz
Lambda: A Peek Under The Hood - Brian GoetzLambda: A Peek Under The Hood - Brian Goetz
Lambda: A Peek Under The Hood - Brian GoetzJAX London
 

Tendances (20)

Actors model in gpars
Actors model in gparsActors model in gpars
Actors model in gpars
 
Basic Java Programming
Basic Java ProgrammingBasic Java Programming
Basic Java Programming
 
Core Java introduction | Basics | free course
Core Java introduction | Basics | free course Core Java introduction | Basics | free course
Core Java introduction | Basics | free course
 
Java 8 Lambda and Streams
Java 8 Lambda and StreamsJava 8 Lambda and Streams
Java 8 Lambda and Streams
 
Functional Programming In Jdk8
Functional Programming In Jdk8 Functional Programming In Jdk8
Functional Programming In Jdk8
 
Java training
Java trainingJava training
Java training
 
Core java
Core javaCore java
Core java
 
Core java
Core javaCore java
Core java
 
Introduction to-programming
Introduction to-programmingIntroduction to-programming
Introduction to-programming
 
Lambda Expressions in Java
Lambda Expressions in JavaLambda Expressions in Java
Lambda Expressions in Java
 
Programming with Lambda Expressions in Java
Programming with Lambda Expressions in Java Programming with Lambda Expressions in Java
Programming with Lambda Expressions in Java
 
Lambda Expressions in Java 8
Lambda Expressions in Java 8Lambda Expressions in Java 8
Lambda Expressions in Java 8
 
Java 8 Features
Java 8 FeaturesJava 8 Features
Java 8 Features
 
Advanced Functional Programming in Scala
Advanced Functional Programming in ScalaAdvanced Functional Programming in Scala
Advanced Functional Programming in Scala
 
Core java concepts
Core java  conceptsCore java  concepts
Core java concepts
 
Managing Binary Compatibility in Scala (Scala Days 2011)
Managing Binary Compatibility in Scala (Scala Days 2011)Managing Binary Compatibility in Scala (Scala Days 2011)
Managing Binary Compatibility in Scala (Scala Days 2011)
 
Java 8 - Project Lambda
Java 8 - Project LambdaJava 8 - Project Lambda
Java 8 - Project Lambda
 
Core Java Tutorial
Core Java TutorialCore Java Tutorial
Core Java Tutorial
 
Lambda: A Peek Under The Hood - Brian Goetz
Lambda: A Peek Under The Hood - Brian GoetzLambda: A Peek Under The Hood - Brian Goetz
Lambda: A Peek Under The Hood - Brian Goetz
 
1_JavIntro
1_JavIntro1_JavIntro
1_JavIntro
 

En vedette

oracle 10G DBA Training In Delhi NCR
oracle 10G DBA Training In Delhi NCRoracle 10G DBA Training In Delhi NCR
oracle 10G DBA Training In Delhi NCRShri Prakash Pandey
 
Oracle App's SCM Training In Noida Delhi NCR
Oracle App's SCM Training In Noida Delhi NCROracle App's SCM Training In Noida Delhi NCR
Oracle App's SCM Training In Noida Delhi NCRShri Prakash Pandey
 
Cloud Infrastructure Training in Noida Delhi NCR
Cloud Infrastructure Training in Noida Delhi NCRCloud Infrastructure Training in Noida Delhi NCR
Cloud Infrastructure Training in Noida Delhi NCRShri Prakash Pandey
 
Oracle 11G Development Training noida Delhi NCR
Oracle 11G Development Training noida Delhi NCROracle 11G Development Training noida Delhi NCR
Oracle 11G Development Training noida Delhi NCRShri Prakash Pandey
 
oracle App's R12 Training in Noida Delhi NCR
oracle App's R12 Training in Noida Delhi NCRoracle App's R12 Training in Noida Delhi NCR
oracle App's R12 Training in Noida Delhi NCRShri Prakash Pandey
 
Oracle App's DBA Training Noida Delhi NCR
Oracle App's DBA Training Noida Delhi NCROracle App's DBA Training Noida Delhi NCR
Oracle App's DBA Training Noida Delhi NCRShri Prakash Pandey
 
Salesforce Development Training In Noida Delhi NCR
Salesforce Development Training In Noida Delhi NCRSalesforce Development Training In Noida Delhi NCR
Salesforce Development Training In Noida Delhi NCRShri Prakash Pandey
 
Basic oracle for developer&beginner
Basic oracle for developer&beginnerBasic oracle for developer&beginner
Basic oracle for developer&beginnermaclean liu
 
Presentation of Oracle database products
Presentation of Oracle database productsPresentation of Oracle database products
Presentation of Oracle database productsAlgiers Tech Meetup
 
Basic oracle-database-administration
Basic oracle-database-administrationBasic oracle-database-administration
Basic oracle-database-administrationsreehari orienit
 
Using Oracle Database with Amazon Web Services
Using Oracle Database with Amazon Web ServicesUsing Oracle Database with Amazon Web Services
Using Oracle Database with Amazon Web Servicesguest484c12
 
Oracle Database Security
Oracle Database SecurityOracle Database Security
Oracle Database SecurityTroy Kitch
 
Oracle XML Publisher / BI Publisher
Oracle XML Publisher / BI PublisherOracle XML Publisher / BI Publisher
Oracle XML Publisher / BI PublisherEdi Yanto
 
Best Practices - PHP and the Oracle Database
Best Practices - PHP and the Oracle DatabaseBest Practices - PHP and the Oracle Database
Best Practices - PHP and the Oracle DatabaseChristopher Jones
 
Introduction to Oracle Financials
Introduction to Oracle FinancialsIntroduction to Oracle Financials
Introduction to Oracle Financialshasan2000
 
Oracle Database Overview
Oracle Database OverviewOracle Database Overview
Oracle Database Overviewhonglee71
 

En vedette (17)

oracle 10G DBA Training In Delhi NCR
oracle 10G DBA Training In Delhi NCRoracle 10G DBA Training In Delhi NCR
oracle 10G DBA Training In Delhi NCR
 
Oracle App's SCM Training In Noida Delhi NCR
Oracle App's SCM Training In Noida Delhi NCROracle App's SCM Training In Noida Delhi NCR
Oracle App's SCM Training In Noida Delhi NCR
 
Cloud Infrastructure Training in Noida Delhi NCR
Cloud Infrastructure Training in Noida Delhi NCRCloud Infrastructure Training in Noida Delhi NCR
Cloud Infrastructure Training in Noida Delhi NCR
 
Oracle 11G Development Training noida Delhi NCR
Oracle 11G Development Training noida Delhi NCROracle 11G Development Training noida Delhi NCR
Oracle 11G Development Training noida Delhi NCR
 
oracle App's R12 Training in Noida Delhi NCR
oracle App's R12 Training in Noida Delhi NCRoracle App's R12 Training in Noida Delhi NCR
oracle App's R12 Training in Noida Delhi NCR
 
Oracle App's DBA Training Noida Delhi NCR
Oracle App's DBA Training Noida Delhi NCROracle App's DBA Training Noida Delhi NCR
Oracle App's DBA Training Noida Delhi NCR
 
Salesforce Development Training In Noida Delhi NCR
Salesforce Development Training In Noida Delhi NCRSalesforce Development Training In Noida Delhi NCR
Salesforce Development Training In Noida Delhi NCR
 
Basic oracle for developer&beginner
Basic oracle for developer&beginnerBasic oracle for developer&beginner
Basic oracle for developer&beginner
 
Presentation of Oracle database products
Presentation of Oracle database productsPresentation of Oracle database products
Presentation of Oracle database products
 
Basic oracle-database-administration
Basic oracle-database-administrationBasic oracle-database-administration
Basic oracle-database-administration
 
Using Oracle Database with Amazon Web Services
Using Oracle Database with Amazon Web ServicesUsing Oracle Database with Amazon Web Services
Using Oracle Database with Amazon Web Services
 
Oracle Database Security
Oracle Database SecurityOracle Database Security
Oracle Database Security
 
Oracle Essentials Oracle Database 11g
Oracle Essentials   Oracle Database 11gOracle Essentials   Oracle Database 11g
Oracle Essentials Oracle Database 11g
 
Oracle XML Publisher / BI Publisher
Oracle XML Publisher / BI PublisherOracle XML Publisher / BI Publisher
Oracle XML Publisher / BI Publisher
 
Best Practices - PHP and the Oracle Database
Best Practices - PHP and the Oracle DatabaseBest Practices - PHP and the Oracle Database
Best Practices - PHP and the Oracle Database
 
Introduction to Oracle Financials
Introduction to Oracle FinancialsIntroduction to Oracle Financials
Introduction to Oracle Financials
 
Oracle Database Overview
Oracle Database OverviewOracle Database Overview
Oracle Database Overview
 

Similaire à Java Training in Noida Delhi NCR BY Ducat

java classes in pune
java classes in punejava classes in pune
java classes in punecncwebjava
 
Core java and advance java syallabus - Cacit.co.in
Core java and advance java syallabus - Cacit.co.inCore java and advance java syallabus - Cacit.co.in
Core java and advance java syallabus - Cacit.co.incacitnoida
 
Java Training in Chennai | Advanced Java Training in chennai | J2EE Training ...
Java Training in Chennai | Advanced Java Training in chennai | J2EE Training ...Java Training in Chennai | Advanced Java Training in chennai | J2EE Training ...
Java Training in Chennai | Advanced Java Training in chennai | J2EE Training ...Core Mind
 
Java training in pune course content By Advanto Software
Java training in pune course content By Advanto SoftwareJava training in pune course content By Advanto Software
Java training in pune course content By Advanto SoftwareAdvanto Software
 
Java classes in karve nagar pune
Java classes in karve nagar puneJava classes in karve nagar pune
Java classes in karve nagar puneletsleadsand
 
Android classes-in-pune-syllabus
Android classes-in-pune-syllabusAndroid classes-in-pune-syllabus
Android classes-in-pune-syllabuscncandrwebworld
 
Android training in Nagpur
Android training in Nagpur Android training in Nagpur
Android training in Nagpur letsleadsand
 
Complete java syllabus 7448062045 Yesdo Sddd
Complete java syllabus 7448062045 Yesdo SdddComplete java syllabus 7448062045 Yesdo Sddd
Complete java syllabus 7448062045 Yesdo SdddYesdo Softindia Pvt Ltd
 
Java New Evolution
Java New EvolutionJava New Evolution
Java New EvolutionAllan Huang
 
Laurens Van Den Oever Xopus Presentation
Laurens Van Den Oever Xopus PresentationLaurens Van Den Oever Xopus Presentation
Laurens Van Den Oever Xopus PresentationAjax Experience 2009
 
Java Online Training Institute in Hyderabad - C-Point
Java Online Training Institute in Hyderabad - C-PointJava Online Training Institute in Hyderabad - C-Point
Java Online Training Institute in Hyderabad - C-Pointcpointss
 
selenium automation software testing course syllabus TheKiranAcademy_compress...
selenium automation software testing course syllabus TheKiranAcademy_compress...selenium automation software testing course syllabus TheKiranAcademy_compress...
selenium automation software testing course syllabus TheKiranAcademy_compress...akashjbk7
 

Similaire à Java Training in Noida Delhi NCR BY Ducat (20)

Complete java
Complete javaComplete java
Complete java
 
java classes in pune
java classes in punejava classes in pune
java classes in pune
 
Core java and advance java syallabus - Cacit.co.in
Core java and advance java syallabus - Cacit.co.inCore java and advance java syallabus - Cacit.co.in
Core java and advance java syallabus - Cacit.co.in
 
Java Training in Chennai | Advanced Java Training in chennai | J2EE Training ...
Java Training in Chennai | Advanced Java Training in chennai | J2EE Training ...Java Training in Chennai | Advanced Java Training in chennai | J2EE Training ...
Java Training in Chennai | Advanced Java Training in chennai | J2EE Training ...
 
Anuj java 11th batch_7 am pst
Anuj java  11th batch_7 am pstAnuj java  11th batch_7 am pst
Anuj java 11th batch_7 am pst
 
Java Online Training
Java Online TrainingJava Online Training
Java Online Training
 
Java training in pune course content By Advanto Software
Java training in pune course content By Advanto SoftwareJava training in pune course content By Advanto Software
Java training in pune course content By Advanto Software
 
Java classes in karve nagar pune
Java classes in karve nagar puneJava classes in karve nagar pune
Java classes in karve nagar pune
 
Hp syllabus
Hp syllabusHp syllabus
Hp syllabus
 
Java Training in Chennai - Payilagam Syllabus
Java Training in Chennai - Payilagam SyllabusJava Training in Chennai - Payilagam Syllabus
Java Training in Chennai - Payilagam Syllabus
 
Android classes-in-pune-syllabus
Android classes-in-pune-syllabusAndroid classes-in-pune-syllabus
Android classes-in-pune-syllabus
 
Android training in Nagpur
Android training in Nagpur Android training in Nagpur
Android training in Nagpur
 
Stucorner java-training-syllabus
Stucorner java-training-syllabusStucorner java-training-syllabus
Stucorner java-training-syllabus
 
Complete java syllabus 7448062045 Yesdo Sddd
Complete java syllabus 7448062045 Yesdo SdddComplete java syllabus 7448062045 Yesdo Sddd
Complete java syllabus 7448062045 Yesdo Sddd
 
Java se7 features
Java se7 featuresJava se7 features
Java se7 features
 
Java New Evolution
Java New EvolutionJava New Evolution
Java New Evolution
 
What is new in J2SE 5
What is new in J2SE 5What is new in J2SE 5
What is new in J2SE 5
 
Laurens Van Den Oever Xopus Presentation
Laurens Van Den Oever Xopus PresentationLaurens Van Den Oever Xopus Presentation
Laurens Van Den Oever Xopus Presentation
 
Java Online Training Institute in Hyderabad - C-Point
Java Online Training Institute in Hyderabad - C-PointJava Online Training Institute in Hyderabad - C-Point
Java Online Training Institute in Hyderabad - C-Point
 
selenium automation software testing course syllabus TheKiranAcademy_compress...
selenium automation software testing course syllabus TheKiranAcademy_compress...selenium automation software testing course syllabus TheKiranAcademy_compress...
selenium automation software testing course syllabus TheKiranAcademy_compress...
 

Plus de Shri Prakash Pandey

Microsoft .net 2015 Training in Noida Delhi ncr
Microsoft .net 2015 Training in Noida Delhi ncrMicrosoft .net 2015 Training in Noida Delhi ncr
Microsoft .net 2015 Training in Noida Delhi ncrShri Prakash Pandey
 
Android Training in Delhi NCR by Ducat
Android Training in Delhi NCR by DucatAndroid Training in Delhi NCR by Ducat
Android Training in Delhi NCR by DucatShri Prakash Pandey
 
oracle 11G RAC Trianing Noida Delhi NCR
oracle 11G RAC Trianing Noida Delhi NCRoracle 11G RAC Trianing Noida Delhi NCR
oracle 11G RAC Trianing Noida Delhi NCRShri Prakash Pandey
 
Salesforce Administration Training In Noida Delhi NCR
Salesforce Administration Training In Noida Delhi NCRSalesforce Administration Training In Noida Delhi NCR
Salesforce Administration Training In Noida Delhi NCRShri Prakash Pandey
 
6 months project based industrial training In java
6 months project based industrial training In java6 months project based industrial training In java
6 months project based industrial training In javaShri Prakash Pandey
 
DIPLOMA IN DESIGNING AND WEBSITE DEVELOPMENT
DIPLOMA IN DESIGNING AND WEBSITE DEVELOPMENT DIPLOMA IN DESIGNING AND WEBSITE DEVELOPMENT
DIPLOMA IN DESIGNING AND WEBSITE DEVELOPMENT Shri Prakash Pandey
 

Plus de Shri Prakash Pandey (6)

Microsoft .net 2015 Training in Noida Delhi ncr
Microsoft .net 2015 Training in Noida Delhi ncrMicrosoft .net 2015 Training in Noida Delhi ncr
Microsoft .net 2015 Training in Noida Delhi ncr
 
Android Training in Delhi NCR by Ducat
Android Training in Delhi NCR by DucatAndroid Training in Delhi NCR by Ducat
Android Training in Delhi NCR by Ducat
 
oracle 11G RAC Trianing Noida Delhi NCR
oracle 11G RAC Trianing Noida Delhi NCRoracle 11G RAC Trianing Noida Delhi NCR
oracle 11G RAC Trianing Noida Delhi NCR
 
Salesforce Administration Training In Noida Delhi NCR
Salesforce Administration Training In Noida Delhi NCRSalesforce Administration Training In Noida Delhi NCR
Salesforce Administration Training In Noida Delhi NCR
 
6 months project based industrial training In java
6 months project based industrial training In java6 months project based industrial training In java
6 months project based industrial training In java
 
DIPLOMA IN DESIGNING AND WEBSITE DEVELOPMENT
DIPLOMA IN DESIGNING AND WEBSITE DEVELOPMENT DIPLOMA IN DESIGNING AND WEBSITE DEVELOPMENT
DIPLOMA IN DESIGNING AND WEBSITE DEVELOPMENT
 

Dernier

Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 

Dernier (20)

Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 

Java Training in Noida Delhi NCR BY Ducat

  • 1. l l l Understanding Requirement: why JAVA Why java important to the internet JAVA on LINUX PLATFORM JAVA INTRODUCTION To JAVA CURRICULUM J2SE (JAVA 2 STANDARD EDITION) l l l l l l l Java Virtual machine Architecture Class loading process by class loaders Booting loader Extension loader System loader Role of Just In time compiler (JIT) Execution Engine INTRODUCTION TO JAVA VIRTUAL MACHINE l l l l l l Data Types , Variables ad Arrays Operators Control statements Object oriented paradigms Abstractions The Three OOP Principles: (Encapsulation, Inheritance, Polymorphism) AN OVERVIEW OF JAVA AND BUZZWORDS l l l l l l l l l l l l l l Class fundamentals Commands line arguments Learning Static Initializer Declaration of objects Instance variable Hiding Overloading and Overriding of Methods Upcasting Down casting Understanding of Access Controls (private, public and protected) Learning Nested and Inner classes Dynamic method Dispatching Using Abstract classes Using final to prevent Overriding & Inheritance Garbage collection JAVA CLASSES AND OOP IMPLEMENTATION l l l l l l l l Defining a package Understanding CLASSPATH Access Protection Importing packages Defining and Implementing interfaces Anonymous classes Abstract classes Vs Interfaces Adapter classes PACKAGES AND INTERFACES l l l l l l l l l Fundamental of Exception handling Types of Exceptions Learning exceptions handlers Try and Catch Multiple catch Clauses Nested Try statements Throw , throws and finally Creating custom exceptions Assertion EXCEPTION HANDLING l l l l l l Learning String Operation Learning character Extraction Learning string Comparison Understanding string Buffer Classes String builder class Creating Immutable Class STRING HANDLING l l l l l l l l l Premain method , Object size Generics Annotations Vargs Static Import For each String in which Multiple exception handling Dimond Operator NEW IN JDK 5/6/7
  • 2. Swing & AWT Introduction to JFC Controls Event Delegation Method Event Classes Event listeners l l l l WINDOWS PROGRAMMING APPLENET l l l l l l Applenet Basics Architecture and Skeleton Simple Apple Display Methods The HTML Applet Tag Inter Applet communication Trusted Applet (Applet with Database) l l l l l l l l l l The java thread model Creating a thread: Extended Thread and Implementing Runable Creating multiple Thread and Context Switching Synchronization: methods and statements Inter thread Communication Thread local Dead lock Threadpool executer class Shutdown hookup Re-entrent locking Multi threaded Programming l l l l l l l l l File handling Binary Streams Character stream Serialization Scanner Stream tokenizer String tokenizer GzipOutStream class Data Encryption & decryption Introduction to I/O streams l l l l URL, InetAddress Socket And Server Socket Datagram socket Socket factories NETWORKING l l Determining the class of an object Getting information about classes modifier, fields, methods, constructor, and super classes Reflection API l l l l l l Finding out constant and method declaration belong to an interface Creating an instance of a class whose name is not known until runtime Getting and setting value of an objects field if field name is unknown until runtime Invoking a method on an object if the method is unknown until runtime Creating a new array whose size and components type are not know until runtime Invoking private member of a class ADVANCED JAVA/J2EE (JAVA 2 ENTERPRISE EDITION) l l l l l l l l l l The Collection Interfaces (list , set, Sorted set) The collection classes (The array list, Linked list, Hash set, Tree set) Accessing a Collection via an Iterator Working with maps Working with Comparators The Collection Algorithms The Legacy Classes and Interfaces (Enumeration, Vector, Stack, Dictionary, Hash table) Date and Time Handling COLLECTION CLASS Array class COLLECTION FRAMEWORK l l l l Usage of Property file Define the locale ResourceBundle Fetching Text from ResourceBundle SYSTEM PROPERTIES & INTERNATIONALIZATION l l l l Distributed Applications RMI Architecture Implementation Call-Back Mechanism REMOTE METHOD INVOCATION (RMI)
  • 3. l l l l l l l l l l JDBC Drivers Statements Metadata Scrollable & Updatable Result set Batch Updates Data Sources And Connecting Pooling Row sets Transaction (commit , rollback,savepoint) Getting Data from excel sheet Generating log file DATABASE PROGRAMMING USING JDBC(4.1) l l l l Single Tier Two Tier Three Tier N Tier INTRODUCTION TO J2EE ARCHITECTURE TIER ARCHITECTURE l l Web components Business components l l Containers Type Containers Services J2EE COMPONENTS J2EE CONTAINERS l l l l Java Naming and Directory Interfaces Java Transaction Services Java Messaging Services Java Authentication & Authorization Services J2EE Services l l Use Cases Diagrams INTRODUCATION TO UML l l l l Document type Definition (DTD) XML parsers Document object module(DOM) Simple API for XML (SAX) INTRODUCTION TO XML l l l l l l l l l Introduction to Web Programming Advantages to Servlet Servlet Lifecycle Request Dispatching Session Tracker Event Listener Dependency Injection Filters Servlet with Annotation JAVA SERVLET l l l l l l l l l @WebFilter @WebInitParam @WebListener @WebServlet @MultipartConfig @ServletSecurity File uploading/file downloading Security Refreshing servlet l l l l l l l l l JSP Architecture JSP Element JSP Directives JSP Actions JSP Objects Custom Tags Using Tags of JSTL Expression Language Exception handling in JSP JAVA SERVER PAGES (JSP) & JSTL l l l l l l l l l Ÿ Ÿ l XMLHTTPRequest Ready State OnreadystateChange ResponseText ResponseXML Status StatusText Div Tag Functon Open ( ) Send ( ) Ajax Web Application Model Ajax l l l l l l l l Jquery with Ajax Jquery Event Jquery Selectors JSON Calling JSP with Jquery Animation get ( ) Function Jquery Ajax Event Jquery l l l Introduction Architecture Types of EJB ENTERPRISE JAVA BEANS (EJB-3.2)
  • 4. l l l l l l l l l l l l l l Introduction State Management Dpendency Injection Interceptors Timer Service Life cycle Callback Methods @PostConstruct @PreDestroy @PreActivate @PrePassivate Types Stateless State full Singleton SESSION BEANS l l l l l l l l l l l l l l l Introduction Java Persistence API Java Persistence Query Language(JPQL) The Entity Life Cycle Entity Relationships @One To One @One To Many @Many To One @Many To Many @Entity @Id @Table @Column @Basic ENTITY BEANS l l l l l l l l Messaging overview Messaging models Point to point models Topic subscriber models JMS Implementation Life cycle @MessageDriven @ActivationConfigProperty MESSAGE DRIVEN BEANS & JMS2.0 l l l l l l l l Why design pattern? Front controller Composite view Session façade Service Locator Data Access Object Value object Singleton pattern , factory pattern J2EE DESIGN PATTERN l l l l l l Email system and Protocols Architecture Sending mail Receiving mail Handling attachments Replying & forwarding JAVA MAIL PACKAGING AND DEPLOYMENT USING ANT l l l Local Device UUID class Discovery Listener BLUETOOTH API l l l l l A conceptual overview of Web Services Web services requirements SOAP WSDL UDDI Introduction to Web services l l My Eclipse 2013 NetBeans 6.5 UTILITIES l Apache Tomcat 7.0 WEB SERVER l l l l Bea's Web logic 10.3/12c J Boss Sun Application server Web share APPLICATION SERVER STRUTS 2.X curriculum l l l l l l l MVC /Model2 Filter Action Result Interceptors Valuestack, ONGC and DATA transfer Action Context STRUTS 2 FRAMEWORK l l l l l Introducing Struts 2 actions Packing your actions Implementing Actions Transferring data onto objects File uploading: a case study WORKING WITH STRUTS 2 ACTIONS l l l l Why intercept requests Interceptors in actions Surveying the built –in struts 2 interceptor Building your own interceptor ADDING WORKFLOW WITH INTERCEPTOR
  • 5. l l l l Data transfer and type conversion OGNL and Struts 2 Built-in type convertors Customizing type conversion DATA TRANSFER: OGNL AND TYPE CONVERSION l l l l l An overview of struts tags Data tags Miscellaneous tags Using JSTL and other native tags A brief primer for the OGNL expression language BUILDING A VIEW : TAGS l l l Why we need UI components tags Tags, template, and themes UI component tag reference UI COMPONENT TAGS l l l Life after action Commonly used result types Global results RESULTS IN DETAIL l l l Why use spring with struts 2? Adding to spring to struts 2 Why use the java persistence API with struts 2? INTEGRATING WITH SPRING AND HIBERNATE/JPA l l l l Getting familiar with the validation framework Wiring your actions for validation Writing a custom validator Validation framework advanced topics EXPLORING THE VALIDATION FRAMEWORK l l l l The struts 2 framework and JAVA i18n A struts 2 i18n demo Struts 2 i18n: the details Overloading the framework's default locale determination UNDERSTANDING INTERNATIONALIZATION Struts with Annotation DATABASE CURRICULUM SQL Basic l l l l l l Introduction Select Where Insert Update Delete SQL ADVANCED l l l l l l l l l l l l l l SQL order By SQL AND & OR SQL in SQL between SQL join SQL union SQL create SQL drop SQL alter Decode SQL SQL group By SQL select by SQL create view Creating index SQL Functions l l Aggregate functions Scalar functions Working with Dates Introduction to PL Working with Procedure and Functions Working with Triggers Working with Sequences HIBERNATE 3.0 INTRODUCTION TO MAPPING OBJECTS TO RELATIONAL DATABASES l l l l Serialization 2 XML2 Object- oriented Database system Mapping INTRODUCTION TO HIBERNATE l l l l l l Hibernate Architecture Hibernate configuration Hibernate's Support for Other Technologies Installing Hibernate A “Hello world” stand alone application A Servlet–Based Hibernate application CREATING PERSISTING CLASSES l l l l l l Mapping a basic Java Class Mapping a Class with Binary Data Mapping a Serializable Class Mapping a class with Data/ calendar attributes Mapping a Read-only class Mapping a class using Versioning /Timestamps
  • 6. MAPPING INHERITENCE WITH JAVA CLASSES l l l l Table-Per –class Hierarchy Mapping Table-Per –subclass Hierarchy Mapping Table-Per –concrete-subclass Hierarchy Mapping Persistence interfaces WORKING WITH COLLECTIONS l l l l l l l Associations Lazy initialization Mapping Maps/Sorted Maps Mapping Sets/Sorted Sets Mapping lists Mapping Arrays Mapping a Bidirectional Association USING PERSISTENT OBJECTS l l l Persisting Objects Loading Data into an Object Updating and finding Objects SCALAR QUERIES AND HIBERNATE QUERY LANGUAGE l l l l Queries Named Queries SQL Queries Hibernate Queries language HIBERNATE CACHING l l l l Setting Up a Session Factory Cache Using the persistent Object cache Using the Query cache Setting Up EHcache HIBERNATE TRANSACTIONS AND LOCKING l l l l l l Configuration Database support Using Transactions The Transactions API Transaction Example Using Oracle Locking HIBERNATE AND XDOCLET l l l Introduction to XDoclet Using XDOclet with Hibernate Hibernate XDoclet Tags and description HIBERNATE AND ECLIPSE l l l Hibernator HiberClipse Hibernate synchronizer INTEGRATION OF STRUTS 2, HIBERNATE AND SPRING l l l Struts and Hibernate Spring and Hibernate Struts, Spring and Hibernate l l l Spring modules Understanding dependency Injection Applying aspect-oriented programming What is Spring? SPRING v3.0 l l l l l Containing your Bean Creating bean Injecting into bean properties Auto wiring Controlling bean creation Basic bean wiring l l l l Declaring parent and Child Bean Applying method injection Injecting Non-spring Beans Registering Custom property editors Advanced Bean wiring l l l l l l Introducing AOP Creating classic spring aspects Creating advice Defining Pointcuts and Advisors Using proxyFactory Bean Autoproxying Advising Beans l l l l l l l Learning spring's data Access Philosphy Configuring a data source Using JDBC with Spring Working with JDBC Templates Using Spring's DAO Support Classes for JDBC Integrating Hibernate with Spring Caching Hitting the Database l l l l l An overview of Spring remoting Working with RMI Remoting with Hessian and Burlap Using Spring's Http Invoker Spring and Web services Spring and POJO based remote services l l l l l Introducing Spring-WS Defining Contract (First!) Handling messages with service endpoints Wiring it all together Consuming Spring-WS Web services Building Contract-First Web services in spring l l Wiring EJBs in Spring Spring and EJB3 Spring and Enterprise JAVA beans
  • 7. l l l l Getting started with Spring MVC Mapping requests to controller Handling request with controller Handling exceptions Handling Web Requests l l l l l Using spring with struts Registering the Spring plug-in with struts Writing springware struts actions What about struts 2? Working Spring into webwork2 / struts 2 Integrating with other Web frameworks Partners : . E - 35, SITE - 4, Near Swarna Nagari, Adjacent J.P. Golf Course, Greater Noida (U. P.) Ph. : 0120-4345190-91-92 to 97 Mb. :09899909738, 09899913475 GREATER NOIDANOIDA A-43 & A-52, Sector-16, Noida - 201301, (U.P.) INDIA Ph. : 0120-4646464 Mb. : 09871055180 GHAZIABAD 1, Anand Industrial Estate, Near ITS College, Mohan Nagar, Ghaziabad (U.P.) Ph.: 0120-4835400...98-99 Mb. : 09810831363 / 9818106660 GURGAON 1808/2, 2nd floor old DLF, Near Honda Showroom, Sec.-14, Gurgaon (Haryana) Ph. : 0124-4219095-96-97-98 Mb. : 09873477222-333 SCO-32, 1st Floor, Sec.-16, Faridabad (HARYANA) Ph. : 0129-4150605-09 Mb. : 09811612707 FARIDABAD 38,Jai Jawan Colony 3rd, Near Gaurav Tower,JLN Marg, Jaipur (Rajsthan) Ph. : 0141-2550077, 2550202 Mb : 08824246937 JAIPUR C-8, Ist floor, Opposite Aditya College, Near Airtel Office, City Centre, Gwalior (M.P.) Ph. : 0751-6058744 Mb. : 09039078744 GWALIOR www.facebook.com/ducateducation USPs Books LABS Ÿ7:30AM To 10:30PM LIVE PROJECTS COURSE CERTIFICATE CONFIRMATION LETTER TRAINING CERTIFICATE PROJECT CERTIFICATE UPDATE COURSE CONTENTS(U.C.C) CONSULTANTS/FACULTIES INDUSTRY COLLABORATION & AWARENESS FROM TECHNICAL PANEL FROM INDUSTRY IN DIFFERENT DOMAINS 100% JOB ASSISTANCE ŸFor Degree Pursing Candidates to Submit in Colleges ŸRegular Updated Course Contents According To Submit in Colleges Ÿ Ÿ Best Part of the Industry who is talking Corporate Batches Eg. SDG, XANSA, HCL, WIPRO, PYRAMID, CMS, PATNI & MANYM More... ŸBangalore, Hyderabad & Pune ŸIBM, FIDELITY, STERIA, HCL, WIPRO, BIRLA SOFT & ManyMore... Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ Outsourcing Resourcing Through Consultancy Services Regular Walk Ins Exclusive Walk Ins For DUCATiens Campus Interviews Resume Sending References