SlideShare a Scribd company logo
1 of 3
Srihitha Technologies
    B7, 3rd Floor, Eureka Court, Beside Image Hospitals, Ameerpet, Hyderabad .
          Ph: 9885144200, 9394799566. www. srihithatechnologies.com

                                              Java

Duration: 70hrs

Core Java                                               •   String Tokenizer

                                                     Packages:
Introducing the JAVA technology:
                                                        •   Introduction to all predefined
   •   Relating Java with other languages
                                                            packages
   •   Showing how to download, install,
                                                        •   User Defined Packages
       and configure the Java environment
                                                        •   Access specifiers
       on a Windows system
   •   Describing the various Java
                                                     Exceptions and Assertions:
       technologies such as Java EE, Java
       ME, Embedded Java SE
                                                        •   Introduction
   •   Key features of the technology and
                                                        •   Exceptions categories
       advantages of using Java
   •   Java versions, Features and History              •   Standard Java Exception classes
   •   Java Programming format                          •   Creating your own Exception classes
   •   Java Keywords                                    •   Using Try-catch and finally clause
   •   Java Data Types                                  •   The multi-catch feature
   •   Declarations and Access Control                  •   Best Practices using Exceptions
   •   Operators and Assignments                        •   Assertions
   •   Flow Control
                                                     Multithreading:
   •   Typecasting
   •   Arrays
                                                        •   Introduction
   •   Command-line arguments
                                                        •   Thread creations
                                                        •   Thread Life cycle
OOPS:
                                                        •   Synchronization
   •   Introduction                                     •   Wait() notify() and notifyAll()
   •   Class                                                methods
                                                        •   Deadlock
   •   Object
                                                        •   Deamon Threads
   •   Local, Instance and static variables
   •   Constructors
                                                     I/O Streams:
   •   This keyword
   •   Inheritance
                                                        •   I/O using Java
   •   Working with super classes and
                                                        •   Byte Oriented Streams
       subclasses
                                                        •   Character Oriented Streams
   •   Using types of polymorphism such
                                                        •   Files
       as overloading, overriding, and
                                                        •   Serialization
       dynamic binding
   •   Abstraction
   •   Encapsulation                                 Wrapper Classes:
   •   Abstract classes
                                                        •   Introduction
   •   Interfaces
                                                        •   Byte, Short, Integer, Long
                                                        •   Float, Double
String Processing:
                                                        •   Character
   •   String manipulation with                         •   Boolean classes
       StringBuilder and StringBuffer
   •   Essential String Methods                      Generics and Collections:
Srihitha Technologies
    B7, 3rd Floor, Eureka Court, Beside Image Hospitals, Ameerpet, Hyderabad .
          Ph: 9885144200, 9394799566. www. srihithatechnologies.com

                                              Java

Duration: 70hrs

   •    Introduction                                    11. Sharing of data among servlets of a
   •    Generic Classes and type parameters                 web application
   •    Java.util Package                               12. Request dispatching
   •    List, Set and Map                               13. HttpServlet basics
   •    Stack and Queue                                 14. Session Tracking
                                                        15. Cookies
Inner Classes:                                          16. URL Rewriting
                                                        17. Filters
   •    Introduction                                    18. Listeners
   •    Member Inner classes                            19. Web-Security
   •    Static Inner classes                            20. Sample Application Development
   •    Local Inner classes                                 using Servlets
   •    Anonymous inner classes
                                                     JSP:
Java SE 7 New Features
                                                        1.  Introduction
                                                        2.  JSP Life cycle
Advanced Java                                           3.  JSP Implicit Objects
                                                        4.  Constituents of a JSP
JDBC:                                                   5.  Performing database operations with
                                                            JSP
   1.  Introduction                                     6. Using a Java Bean in a JSP
   2.  JDBC Architecture                                7. Sharing of Java Bean’s across JSP’s
   3.  JDBC API                                         8. JSP Models
   4.  Types of JDBC Drivers                            9. Custom Actions
   5.  JDBC Terminologies                               10. Custom Tag development steps
   6.  Steps to develop a database-aware                11. JSTL & Tag library
       java application
   7. Connectivity Approaches                        Servers:
   8. Retrieving the data from the database
   9. Java.sql.Statement                                1. Tomcat
   10. Java.sql.PreparedStatement                       2. Weblogic
   11. Java.sql.CallableStatement
   12. Batch Updates                                 Database:
   13. Types of ResultSet                            Oracle

SERVLETS:
                                                     J2EE Course
   1.  Introduction
   2.  Web application development                   J2EE
   3.  Web Application Architecture
   4.  Web container Model                           Remote Method Invocation
   5.  Web Application development
       System Requirements                              •    Introduction
   6. Servlets                                          •    Terminologies used in socket
   7. Servlets Architecture                                  programming
   8. Skeleton structure of a servlet                   •    Elements required in RMI
   9. Servlet life-cycle                                •    Steps for running RMI application
   10. Performing Database operations in                •    Problems with RMI
       servlet
Srihitha Technologies
   B7, 3rd Floor, Eureka Court, Beside Image Hospitals, Ameerpet, Hyderabad .
         Ph: 9885144200, 9394799566. www. srihithatechnologies.com

                                               Java

Duration: 70hrs

J2EE – Java 2 Platform Enterprise                                        Bean Managed
                                                                         
Edition                                                                  Transactions
                                                                              Bean managed
   •   Introduction                                                             transactions
   •   Component API                                                            for Stateless
   •   Service API                                                              Session Beans
   •   J2EE Architecture                                                      Bean
   •   J2EE Application Development                                             Managed
       Roles                                                                    Transactions
                                                                                for Stateful
Enterprise Java Beans                                                           session Beans
                                                                o Container Managed
   •   Introduction                                               Transactions
   •   Types of EJB’s                                    •   JDBC Connection Pooling in EJB
   •   Elements of EJB’s
   •   EJB Architecture                               MDB – Message Driven Bean
   •   Session Beans                                  JNDI – Java Naming and Directory
           o Stateless Session beans                  Interface
                   Elements required in
                      stateless session                  •   Introduction
                      beans                              •   Architecture of JNDI
                   Life cycle of Stateless              •   Programming with JNDI
                      Session Beans
                   Applications                      Java Messaging Service (JMS)
                      development with
                      stateless session                  •   Introduction
                      beans                              •   JMS Models
           o Stateful Session Beans
                   Elements required for             Server:
                      Stateful session beans
                   Life cycle of stateful               •   Bea Weblogic or IBM Websphere
                      session beans
                   Application                       IDE:
                      development with
                      stateful session beans             •   My Eclipse
   •   Entity Beans                                      •   IBM Rational Application Developer
           o Elements required to write an
              entity bean                             EJB 3.0 Features
           o Life cycle of an entity bean
           o Application development
              with Entity beans
           o Types of Entity beans
                   Container Managed
                      Persistence (CMP)
                   Bean Managed
                      Persistence (BMP)
   •   Transactions
           o Introduction
           o Types of Transactions

More Related Content

Viewers also liked

Total reconstruction of the nose in settings where resources are limited
Total reconstruction of the nose in settings where resources are limitedTotal reconstruction of the nose in settings where resources are limited
Total reconstruction of the nose in settings where resources are limitedHiroshi Nishikawa
 
Act #4 jose ospina andrea tapasco
Act #4 jose ospina andrea tapascoAct #4 jose ospina andrea tapasco
Act #4 jose ospina andrea tapascoAndrea Tapasco
 
Population 1960s to 1980s
Population   1960s to 1980sPopulation   1960s to 1980s
Population 1960s to 1980sAlexandra Pang
 
Jenis jenis ikan air tawar
Jenis jenis ikan air tawarJenis jenis ikan air tawar
Jenis jenis ikan air tawarhusnalutfi
 
ENFERMEDAD PELVICA INFLAMATORIA CURSO ENARM CMN SIGLO XXI 36246001
ENFERMEDAD PELVICA INFLAMATORIA CURSO ENARM CMN SIGLO XXI 36246001ENFERMEDAD PELVICA INFLAMATORIA CURSO ENARM CMN SIGLO XXI 36246001
ENFERMEDAD PELVICA INFLAMATORIA CURSO ENARM CMN SIGLO XXI 36246001Pharmed Solutions Institute
 
Introduction to civil engineering
Introduction to  civil engineeringIntroduction to  civil engineering
Introduction to civil engineeringSavitha Pradeep
 
Tap cho be an dam voi chuoi
Tap cho be an dam voi chuoiTap cho be an dam voi chuoi
Tap cho be an dam voi chuoiThanh dang
 
Poema kevin s ilva
Poema kevin s ilvaPoema kevin s ilva
Poema kevin s ilvakevin1095
 

Viewers also liked (13)

Total reconstruction of the nose in settings where resources are limited
Total reconstruction of the nose in settings where resources are limitedTotal reconstruction of the nose in settings where resources are limited
Total reconstruction of the nose in settings where resources are limited
 
Rodolfo llinas
Rodolfo llinasRodolfo llinas
Rodolfo llinas
 
Act #4 jose ospina andrea tapasco
Act #4 jose ospina andrea tapascoAct #4 jose ospina andrea tapasco
Act #4 jose ospina andrea tapasco
 
Population 1960s to 1980s
Population   1960s to 1980sPopulation   1960s to 1980s
Population 1960s to 1980s
 
Internet and Politics
Internet and PoliticsInternet and Politics
Internet and Politics
 
Jenis jenis ikan air tawar
Jenis jenis ikan air tawarJenis jenis ikan air tawar
Jenis jenis ikan air tawar
 
ENFERMEDAD PELVICA INFLAMATORIA CURSO ENARM CMN SIGLO XXI 36246001
ENFERMEDAD PELVICA INFLAMATORIA CURSO ENARM CMN SIGLO XXI 36246001ENFERMEDAD PELVICA INFLAMATORIA CURSO ENARM CMN SIGLO XXI 36246001
ENFERMEDAD PELVICA INFLAMATORIA CURSO ENARM CMN SIGLO XXI 36246001
 
Introduction to civil engineering
Introduction to  civil engineeringIntroduction to  civil engineering
Introduction to civil engineering
 
Temass
TemassTemass
Temass
 
Pajak link
Pajak linkPajak link
Pajak link
 
P 6
P 6P 6
P 6
 
Tap cho be an dam voi chuoi
Tap cho be an dam voi chuoiTap cho be an dam voi chuoi
Tap cho be an dam voi chuoi
 
Poema kevin s ilva
Poema kevin s ilvaPoema kevin s ilva
Poema kevin s ilva
 

Similar to Java Online Training

Similar to Java Online Training (20)

Best Java Online Training in India
Best Java Online Training in IndiaBest Java Online Training in India
Best Java Online Training in India
 
Java Online Training
Java Online TrainingJava Online Training
Java Online Training
 
Java online training from hyderabad
Java online training from hyderabadJava online training from hyderabad
Java online training from hyderabad
 
J2EE Online Training
J2EE Online TrainingJ2EE Online Training
J2EE Online Training
 
Java Online Training
Java Online TrainingJava Online Training
Java Online Training
 
Java
JavaJava
Java
 
Hibernate Online Training
Hibernate Online TrainingHibernate Online Training
Hibernate Online Training
 
JAVA-History-buzzwords-JVM_architecture.pptx
JAVA-History-buzzwords-JVM_architecture.pptxJAVA-History-buzzwords-JVM_architecture.pptx
JAVA-History-buzzwords-JVM_architecture.pptx
 
Thread model of java
Thread model of javaThread model of java
Thread model of java
 
Java
JavaJava
Java
 
Java
JavaJava
Java
 
CORE JAVA & ADVANCE JAVA
CORE JAVA & ADVANCE JAVACORE JAVA & ADVANCE JAVA
CORE JAVA & ADVANCE JAVA
 
SeaJUG May 2012 mybatis
SeaJUG May 2012 mybatisSeaJUG May 2012 mybatis
SeaJUG May 2012 mybatis
 
Selenium Classroom Training
Selenium Classroom TrainingSelenium Classroom Training
Selenium Classroom Training
 
A tour of Java and the JVM
A tour of Java and the JVMA tour of Java and the JVM
A tour of Java and the JVM
 
An Overview of ModeShape
An Overview of ModeShapeAn Overview of ModeShape
An Overview of ModeShape
 
Java Programming Important Topics
Java Programming Important Topics Java Programming Important Topics
Java Programming Important Topics
 
Java programming and security
Java programming and securityJava programming and security
Java programming and security
 
Presentation on java
Presentation  on  javaPresentation  on  java
Presentation on java
 
005432796.pdf
005432796.pdf005432796.pdf
005432796.pdf
 

More from Srihitha Technologies

Veritas Volume Manager Classroom Training
Veritas Volume Manager Classroom TrainingVeritas Volume Manager Classroom Training
Veritas Volume Manager Classroom TrainingSrihitha Technologies
 
Unix - Sun Solaris Admin Classroom Training
Unix - Sun Solaris Admin Classroom TrainingUnix - Sun Solaris Admin Classroom Training
Unix - Sun Solaris Admin Classroom TrainingSrihitha Technologies
 
WebSphere MQ Admin Classroom Training
WebSphere MQ Admin Classroom TrainingWebSphere MQ Admin Classroom Training
WebSphere MQ Admin Classroom TrainingSrihitha Technologies
 
Microcontroller Based Embedded Systems Classroom Training
Microcontroller Based Embedded Systems Classroom TrainingMicrocontroller Based Embedded Systems Classroom Training
Microcontroller Based Embedded Systems Classroom TrainingSrihitha Technologies
 

More from Srihitha Technologies (20)

C++ Online Training
C++ Online TrainingC++ Online Training
C++ Online Training
 
Web Designing Online Training
Web Designing Online TrainingWeb Designing Online Training
Web Designing Online Training
 
SAP ABAP Online Training
SAP ABAP Online TrainingSAP ABAP Online Training
SAP ABAP Online Training
 
Loadrunner Online Training
Loadrunner Online TrainingLoadrunner Online Training
Loadrunner Online Training
 
IBM-AIX Online Training
IBM-AIX Online TrainingIBM-AIX Online Training
IBM-AIX Online Training
 
Datastage Online Training
Datastage Online TrainingDatastage Online Training
Datastage Online Training
 
Teradata Classroom Training
Teradata Classroom TrainingTeradata Classroom Training
Teradata Classroom Training
 
Veritas Volume Manager Classroom Training
Veritas Volume Manager Classroom TrainingVeritas Volume Manager Classroom Training
Veritas Volume Manager Classroom Training
 
SEO Classroom Training
SEO Classroom TrainingSEO Classroom Training
SEO Classroom Training
 
Unix - Sun Solaris Admin Classroom Training
Unix - Sun Solaris Admin Classroom TrainingUnix - Sun Solaris Admin Classroom Training
Unix - Sun Solaris Admin Classroom Training
 
Python Classroom Training
Python Classroom TrainingPython Classroom Training
Python Classroom Training
 
WebSphere MQ Admin Classroom Training
WebSphere MQ Admin Classroom TrainingWebSphere MQ Admin Classroom Training
WebSphere MQ Admin Classroom Training
 
Web Designing Classroom Training
Web Designing Classroom TrainingWeb Designing Classroom Training
Web Designing Classroom Training
 
PHP Classroom Training
PHP Classroom TrainingPHP Classroom Training
PHP Classroom Training
 
Testing Tools Classroom Training
Testing Tools Classroom TrainingTesting Tools Classroom Training
Testing Tools Classroom Training
 
Shell Scripting Classroom Training
Shell Scripting Classroom TrainingShell Scripting Classroom Training
Shell Scripting Classroom Training
 
Microcontroller Based Embedded Systems Classroom Training
Microcontroller Based Embedded Systems Classroom TrainingMicrocontroller Based Embedded Systems Classroom Training
Microcontroller Based Embedded Systems Classroom Training
 
Joomla Classroom Training
Joomla Classroom TrainingJoomla Classroom Training
Joomla Classroom Training
 
IBM-AIX Classroom Training
IBM-AIX Classroom TrainingIBM-AIX Classroom Training
IBM-AIX Classroom Training
 
C Languagel Classroom Training
C Languagel Classroom TrainingC Languagel Classroom Training
C Languagel Classroom Training
 

Recently uploaded

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 

Recently uploaded (20)

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 

Java Online Training

  • 1. Srihitha Technologies B7, 3rd Floor, Eureka Court, Beside Image Hospitals, Ameerpet, Hyderabad . Ph: 9885144200, 9394799566. www. srihithatechnologies.com Java Duration: 70hrs Core Java • String Tokenizer Packages: Introducing the JAVA technology: • Introduction to all predefined • Relating Java with other languages packages • Showing how to download, install, • User Defined Packages and configure the Java environment • Access specifiers on a Windows system • Describing the various Java Exceptions and Assertions: technologies such as Java EE, Java ME, Embedded Java SE • Introduction • Key features of the technology and • Exceptions categories advantages of using Java • Java versions, Features and History • Standard Java Exception classes • Java Programming format • Creating your own Exception classes • Java Keywords • Using Try-catch and finally clause • Java Data Types • The multi-catch feature • Declarations and Access Control • Best Practices using Exceptions • Operators and Assignments • Assertions • Flow Control Multithreading: • Typecasting • Arrays • Introduction • Command-line arguments • Thread creations • Thread Life cycle OOPS: • Synchronization • Introduction • Wait() notify() and notifyAll() • Class methods • Deadlock • Object • Deamon Threads • Local, Instance and static variables • Constructors I/O Streams: • This keyword • Inheritance • I/O using Java • Working with super classes and • Byte Oriented Streams subclasses • Character Oriented Streams • Using types of polymorphism such • Files as overloading, overriding, and • Serialization dynamic binding • Abstraction • Encapsulation Wrapper Classes: • Abstract classes • Introduction • Interfaces • Byte, Short, Integer, Long • Float, Double String Processing: • Character • String manipulation with • Boolean classes StringBuilder and StringBuffer • Essential String Methods Generics and Collections:
  • 2. Srihitha Technologies B7, 3rd Floor, Eureka Court, Beside Image Hospitals, Ameerpet, Hyderabad . Ph: 9885144200, 9394799566. www. srihithatechnologies.com Java Duration: 70hrs • Introduction 11. Sharing of data among servlets of a • Generic Classes and type parameters web application • Java.util Package 12. Request dispatching • List, Set and Map 13. HttpServlet basics • Stack and Queue 14. Session Tracking 15. Cookies Inner Classes: 16. URL Rewriting 17. Filters • Introduction 18. Listeners • Member Inner classes 19. Web-Security • Static Inner classes 20. Sample Application Development • Local Inner classes using Servlets • Anonymous inner classes JSP: Java SE 7 New Features 1. Introduction 2. JSP Life cycle Advanced Java 3. JSP Implicit Objects 4. Constituents of a JSP JDBC: 5. Performing database operations with JSP 1. Introduction 6. Using a Java Bean in a JSP 2. JDBC Architecture 7. Sharing of Java Bean’s across JSP’s 3. JDBC API 8. JSP Models 4. Types of JDBC Drivers 9. Custom Actions 5. JDBC Terminologies 10. Custom Tag development steps 6. Steps to develop a database-aware 11. JSTL & Tag library java application 7. Connectivity Approaches Servers: 8. Retrieving the data from the database 9. Java.sql.Statement 1. Tomcat 10. Java.sql.PreparedStatement 2. Weblogic 11. Java.sql.CallableStatement 12. Batch Updates Database: 13. Types of ResultSet Oracle SERVLETS: J2EE Course 1. Introduction 2. Web application development J2EE 3. Web Application Architecture 4. Web container Model Remote Method Invocation 5. Web Application development System Requirements • Introduction 6. Servlets • Terminologies used in socket 7. Servlets Architecture programming 8. Skeleton structure of a servlet • Elements required in RMI 9. Servlet life-cycle • Steps for running RMI application 10. Performing Database operations in • Problems with RMI servlet
  • 3. Srihitha Technologies B7, 3rd Floor, Eureka Court, Beside Image Hospitals, Ameerpet, Hyderabad . Ph: 9885144200, 9394799566. www. srihithatechnologies.com Java Duration: 70hrs J2EE – Java 2 Platform Enterprise Bean Managed  Edition Transactions  Bean managed • Introduction transactions • Component API for Stateless • Service API Session Beans • J2EE Architecture  Bean • J2EE Application Development Managed Roles Transactions for Stateful Enterprise Java Beans session Beans o Container Managed • Introduction Transactions • Types of EJB’s • JDBC Connection Pooling in EJB • Elements of EJB’s • EJB Architecture MDB – Message Driven Bean • Session Beans JNDI – Java Naming and Directory o Stateless Session beans Interface  Elements required in stateless session • Introduction beans • Architecture of JNDI  Life cycle of Stateless • Programming with JNDI Session Beans  Applications Java Messaging Service (JMS) development with stateless session • Introduction beans • JMS Models o Stateful Session Beans  Elements required for Server: Stateful session beans  Life cycle of stateful • Bea Weblogic or IBM Websphere session beans  Application IDE: development with stateful session beans • My Eclipse • Entity Beans • IBM Rational Application Developer o Elements required to write an entity bean EJB 3.0 Features o Life cycle of an entity bean o Application development with Entity beans o Types of Entity beans  Container Managed Persistence (CMP)  Bean Managed Persistence (BMP) • Transactions o Introduction o Types of Transactions