Sei sulla pagina 1di 7

Contact No : + 91 9718010299

+ 91 8470982624
Resistive Technosource Pvt. Ltd.
Expertise In : Web Designing, Web Development, Web application Development, Sot!a"e Development, S#$ Se"vices, #%Comme"ce Sol&tion,
'n(&st"ial )"aining, #mbe((e( *ase( +"o,ect Development, -an&al . )ool *ase( )esting, #tc/
Course Contains for Java
Resistive Technosource Provides the Training in various Technologies, Java is one of
them; we are providing the training with our best effort in Market Leading price. ur
facult! is not onl! the trainer but the! have worked in various pro"ect developments; our
training is itself a developer, so we do commit to give practical oriented training for
#ngineers as well as $tudents.
Technologies
Eclipse
INTRODUCTION TO JAVA
History & Features of Java
Java Versions and its domain areas
Life cycle of Java program
Writing first Java program
DATA TYPES, IDENTIFIERS & VARIABLES
Java data types
The concept of Variables
Operators and control !tatements
INPUT/OUTPUT
"etting #nput from the $eyboard using !canner class
%isplaying Output &ith printf println and print methods

Contact No : + 91 9718010299
+ 91 8470982624
Resistive Technosource Pvt. Ltd.
Expertise In : Web Designing, Web Development, Web application Development, Sot!a"e Development, S#$ Se"vices, #%Comme"ce Sol&tion,
'n(&st"ial )"aining, #mbe((e( *ase( +"o,ect Development, -an&al . )ool *ase( )esting, #tc/
CLASSES & OBJECTS
The concepts of OO'!
What is the class & ob(ect
Ho& to create a class & ob(ect
The content of class )bloc$s variables constructors methods etc*
+ccess modifiers
The ,onstructors )the internals*
METHODS IN JAVA
-ethod prototype and signature
-ethod overloading and methods &ith var.args
-ethod &ith parameters )primitives and reference*
Ho& to return primitive/reference from a method
INHERITANCE & POLYMORPHISM
,oncept of #nheritance
The 0this0 and 0super0 $ey&ord
The introduction to Ob(ect class )the ultimate super.class* and its methods
The garbage collection in (ava

Contact No : + 91 9718010299
+ 91 8470982624
Resistive Technosource Pvt. Ltd.
Expertise In : Web Designing, Web Development, Web application Development, Sot!a"e Development, S#$ Se"vices, #%Comme"ce Sol&tion,
'n(&st"ial )"aining, #mbe((e( *ase( +"o,ect Development, -an&al . )ool *ase( )esting, #tc/
The ,oncept of +bstract ,lass and abstract methods
,oncept of #nterface and their internals
-ultiple #nheritance using interfaces
+bstract ,lass Verus #nterface
EXCEPTION HANDLING
What is E1ception in Java
2eed of e1ception in Java
%ifference of e1ception and error
The try/catch/thro&/thro&s/finally $ey&ords
-ultiple E1ceptions
,ustom E1ception
+ssertions in Java and their usage
MULTI THREADING
What is a Java thread
2eed of thread in Java
The constructor and methods of Thread class
Life cycle of Java thread

Contact No : + 91 9718010299
+ 91 8470982624
Resistive Technosource Pvt. Ltd.
Expertise In : Web Designing, Web Development, Web application Development, Sot!a"e Development, S#$ Se"vices, #%Comme"ce Sol&tion,
'n(&st"ial )"aining, #mbe((e( *ase( +"o,ect Development, -an&al . )ool *ase( )esting, #tc/
Writing Thread using Thread ,lass and 3unnable #nterface
%aemon and 2on.%aemon threads
!ynchroni4ation in (ava
Thread collaboration
Writing a real life application using multi.threads
DATABASE CONNECTIVITY (THE JDBC)
,oncepts of J%5,
2eed Of Jdbc
Types Of J%5, %rivers
Type67 Jdbc.Odbc bridge %river
Type87 2ative +'# %river
Type97 -iddle&are layer %river
Type:7 'ure Java %river
%ifference bet&een the J%5, drivers
,onnecting &ith %atabases )-! +ccess -y !;l and Oracle*
E1ecuting ;uery in database
Other miscellaneous topics in J%5,
ARRAYS

Contact No : + 91 9718010299
+ 91 8470982624
Resistive Technosource Pvt. Ltd.
Expertise In : Web Designing, Web Development, Web application Development, Sot!a"e Development, S#$ Se"vices, #%Comme"ce Sol&tion,
'n(&st"ial )"aining, #mbe((e( *ase( +"o,ect Development, -an&al . )ool *ase( )esting, #tc/
Why (ava arrays are different from the array of , and ,<<
Ho& array can be created in (ava
Ho& is array iterated in (ava
The 4ig4ag array
Ho& array can be used in soft&are development
PACKAGES
,oncept of 'ac$ages
2eed of pac$ages
Ho& to create pac$ages using compiler
Ho& to use pac$ages
,oncept of J+3 file
Ho& to create the J+3 file
STRING
What is !tring
,reating !tring literals
The constructors of !tring
The methods of !tring
!tring immutability and its use

Contact No : + 91 9718010299
+ 91 8470982624
Resistive Technosource Pvt. Ltd.
Expertise In : Web Designing, Web Development, Web application Development, Sot!a"e Development, S#$ Se"vices, #%Comme"ce Sol&tion,
'n(&st"ial )"aining, #mbe((e( *ase( +"o,ect Development, -an&al . )ool *ase( )esting, #tc/
STRING BUFFER & STRING BUILDER
What is !tring5uffer class
The constructors of !tring5uffer
The methods of !tring5uffer
The !tring5uilder and its usage
REFLECTION API
What is reflection +'#
2eed of reflection
The -ethod Field ,onstructor and -odifier class
#mplementation of the reflection concepts
+ccess private members of a class using 3eflection +'#
SERVLETS AND JSP
#ntroduction of !ervlet
%ifference b/& ,"# 'H' +!' and !ervlet
Lifecycle )callbac$* -ethods Of !ervlet
!ervlet #mplementation & ,onfiguration
!ervlet3e;uest and !ervlet3esponse #nterface and their method

Contact No : + 91 9718010299
+ 91 8470982624
Resistive Technosource Pvt. Ltd.
Expertise In : Web Designing, Web Development, Web application Development, Sot!a"e Development, S#$ Se"vices, #%Comme"ce Sol&tion,
'n(&st"ial )"aining, #mbe((e( *ase( +"o,ect Development, -an&al . )ool *ase( )esting, #tc/
!evlet,onfig and !ervlet,onte1t #nterface and their method
#ntroduction of Web server i=e= !un "lassfish +pache Tomcat Oracle Weblogic
#ntroduction to #%E )#ntegrated %evelopment Environment* li$e7 Eclipse 2et5eans
The J!' )Java !erver 'ages*
The concept of Java 5eans
>sing Java 5eans &ith the J!'

Potrebbero piacerti anche