About Course
Java is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors. Java source code files (files with a .java extension) are compiled into a format called bytecode (files with a .class extension), which can then be executed by a Java interpreter. Compiled Java code can run on most computers because Java interpreters and runtime environments, known as Java Virtual Machines (VMs), exist for most operating systems, including UNIX, the Macintosh OS, and Windows
This is course which will cover core Java, advanced Java and J2ME concepts like Database connectivity, Threads, Exception Handling, Collections, JSP, Servlets, XMLHandling etc. We will also learn various Java frameworks like Hibernate, Spring, CLDC and MIDP As well as this course also cover details about oracle 11g Database Is An RDBMS. An RDBMS That Implements Object Oriented Features Such As User-Defined Types, Inheritance, And Polymorphism Is Called An Object-Relational Database Management System (ORDBMS).
Key Features

You will get 100% job Assurance and life time e-placement support

classed taken by globally certified trainers

You will get 3 year Dedicated placement support
.png)
Courses are globally recognized & accredited
Module - I
Java is a general purpose, high-level programming language developed by Sun Microsystems. The small team of engineers, known as Green Team, initiated the language in 1991. Java was originally called OAK, and was designed for handheld devices and set-top boxes. Oak was unsuccessful, so in 1995 Sun changed the name to Java and modified the language to take advantage of the burgeoning World Wide Web. Java is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors. Java source code files (files with a .java extension) are compiled into a format called bytecode (files with a .class extension), which can then be executed by a Java interpreter. Java is object-oriented, which means that, among other characteristics, an object can take advantage of being part of a class of objects and inherit code that is common to the class. Objects are thought of as “nouns” that a user might relate to rather than the traditional procedural “verbs.” A method can be thought of as one of the object’s capabilities or behaviors.
Duration : 60 Hrs.
Eligibility : Fresher 10th/10+2/Graduate with C/C++ Programming Skill
Introduction of Java
Data types and Variables
Operators and Expressions
Control Flow Statements
Methods
Object-Oriented Programming
Objects and Classes
Using Java Objects
Inheritance in Java
Packages
Exception Handling
Input/Output Streams
Collection Framework
Inner Classes
Introduction to Threads
Interfaces and Abstract Classes
Serialization
Generics
Annotations
Reflection
Error Handling
Remote Method Invocation (RMI)
JDBC
- Database basics
- SQL, MySQL, PostgreSQL-Introduction and overview
- What Is the JDBC API?
- Driver Types
- Two-tier and Three-tier Models
- Connection Overview
- Transactions
- DriverManager Overview
- Statement Overview
- Sending Batch Updates
- ResultSet Overview
- Types of Result Sets
- Concurrency Types
- PreparedStatement Overview
- CallableStatement Overview
- ResultSetMetaData, Scrollable ResultSet,
- Prepared Statement, Callable Statement
- Performing Batch Update.
J2EE (Java 2 Platform, Enterprise Edition) is a Java platform designed for the mainframe-scale computing typical of large enterprises. Sun Microsystems (together with industry partners such as IBM) designed J2EE to simplify application development in a thin client tiered environment. J2EE simplifies application development and decreases the need for programming and programmer training by creating standardized, reusable modular components and by enabling the tier to handle many aspects of programming automatically. It full support is included for Enterprise JavaBeans. EJB is a server-based technology for the delivery of program components in an enterprise environment. It supports the Extensible Markup Language (XML) and has enhanced deployment and security features. Java Server Pages (JSP) is the Java equivalent to Microsoft’s Active Server Pages (ASP) and is used for dynamic Web-enabled data access and manipulation.
Duration : 60 Hrs.
Eligibility : Fresher 10th/10+2/Graduate with Java Programming Skill
I ntroduction to Enterprise Edition
Web server and Application Server
Java Servlet Technology
- What is Web Application?
- What Is a Servlet?
- Servlet Life Cycle
- Sharing Information
- Using Scope Objects
- Controlling Concurrent Access
- Getting Information from Requests
- Constructing Responses
- Filtering Requests and Responses
- Programming Filters
- Customized Requests and Responses
- Specifying Filter Mappings
- Invoking Other Web Resources
- Including Other Resources in
- The Response
- Transferring Control
- Accessing the Web Context
- Maintaining Client State
- Session Management
- Session Tracking
- Tracking Service Requests
- Notifying Methods to Shut Down
- Creating Polite Long-Running Methods
JSP Technology
- JavaServer Pages Technology
- The Life Cycle of a JSP Page
- Translation and Compilation
- Creating Static Content
- Response and Page Encoding
- Creating Dynamic Content
- Using Objects within JSP Pages
- Expression Language
- Deactivating Expression Evaluation
- Implicit Objects
- Literals & Operators
- Reserved Words
- JavaBeans Components
- Reusing Content in JSP Pages
- Transferring Control
- Jsp: param Element
- Including an Applet
- Setting Properties for
- Groups of JSP Pages
- JSP scripting elements and directives-,
- Declarations, expressions, directives
- Scriplets, comments,actions,implicite
- JSP objects - Working with variable
- Scopes – page scope, request scope,
- Session scope, application scope- Using
- Java beens,custom tags, Declare Default
- Content Type, Set Default Buffer Size,
- JSTL,Expression Language

Custom Tags in JSP Pages
- What Is a Custom Tag?
- Types of Tags
- Tags with Attributes
- Tags with Bodies
- Tags That Define Variables
- Communication between Tags
- Tag Library Descriptors
- Declaring Tag Files
- Declaring Tag Handlers
- Declaring Tag Attributes for
- Tag Handlers
- Declaring Tag Variables for Tag Handlers
- Programming Simple Tag Handlers
- Including Tag Handlers in
- Web Applications
- Cooperating Tags
Java Database Connectivity (JDBC)
- Introduction
- Relational Databases
- Structured Query Language
- A Sample Program
- Transactions
- Meta Data
- AJAX
- Introduction to AJAX
- AJAX Components
- HTML & CSS, JavaScript & DOM
- XMLHttpRequest
- Server Side Code
- AJAX - JSP Application
- Ajax with Servlet and JSP
- XML and JSON for Ajax
- Database Application with Ajax
- Ajax libraries and Toolkits
STRUTS
- Introduction
- Features and Architecture
- The MVC Design Pattern
- System State and Business Logic
- JSP Pages and Presentation Components
- ActionServlet and ActionMapping
- Struts Control Flow
- Building Model Components
- ActionForm Beans
- Forms and FormBean Interactions
- Automatic Form Validation
- Building Controller Components
- The ActionServlet
- ActionForm Classes & Action Classes
- The ActionMapping Implementation
- The Struts Configuration File
- Controller Configuration
- Module Configuration Files
- Add Struts Components To Your Application
- Validations Using Struts 2 Annotations
- Struts 2 with MySQL Database
- Struts 2 with AJAX , struts tags, Tiles Logging in Struts Applications
Java Server Faces
Hibernate
- Introduction to O-R Mapping
- Hibernate Basics
- Hibernate Architecture
- Hibernate Configurations
- POJO (Plain Old Java Classes) classesand O/R Mapping
- Object Identifier
- One-to-One Association
- One-to-Many Association
- Many-to-One Association
- Many-to-Many Association
- Collection Mapping
- Component Mapping
- Inheritance Mapping
- Hibernate Query Language
- Criteria Queries
- Hibernate in Web Application
Spring
J2ME (Java 2 Platform, Micro Edition) is a technology that allows programmers to use the Java programming language and related tools to develop programs for mobile wireless information devices such as cellular phones and personal digital assistants (PDAs). J2ME consists of programming specifications and a special virtual machine, the K Virtual Machine, that allows a J2ME-encoded program to run in the mobile device.There are two programming specifications: Connected, Limited Device Configuration (CLDC) and the Mobile Information Device Profile (MIDP). CLDC lays out the application program interface (API) and virtual machine features needed to support mobile devices. MIDP adds to the CLDC the user interface, networking, and messaging details needed to interface with mobile devices. MIDP includes the idea of a midlet, a small Java application similar to an applet but one that conforms with CLDC and MIDP and is intended for mobile devices.
Duration : 30 Hrs.
Eligibility : Fresher 10th/10+2/Graduate with C/C++/Java Programming Skill
Java language
Standard libraries
J2ME specifics
MIDP 2.0
Standard libraries
Threading and Synchronisation
J2ME Capabilities
Connectivity
Oracle Database is an RDBMS. An RDBMS that implements objectoriented features such as user-defined types, inheritance, and polymorphism is called an object-relational database management system (ORDBMS). Oracle Database has extended the relational model to an object-relational model, making it possible to store complex business models in a relational database. Relational database management system (RDBMS). Essentially, an RDBMS moves data into a database, stores the data, and retrieves it so that it can be manipulated by applications. Oracle 11gVersion 11g of the Oracle Database, which included built-in testing for changes, the capability of viewing tables back in time, superior compression of all types of data and enhanced disaster recovery functions. The “g” stood for “grid computing,” which supports clusters of servers that are treated as a single unit. See Oracle Database.
Duration : 40 Hrs.
Eligibility : Fresher 10th/10+2/Graduate with Java Programming Skill
Introduction to Oracle 11g Technology
Database Installation and Administration
Accessing and Manipulating Data
Creating and Managing Database Objects
Maintaining Integrity, Security and Performance
Programming with PL/SQL
Implementing Server-Side Logic
