Web Designing Training Institute Bhubaneswar,Orissa Search Engine Optimization-SEO Training Institute Bhubaneswar,Orissa Search Engine Marketing-SEM Training Institute Bhubaneswar,Orissa ASP DDOT NET Training Institute Bhubaneswar,Orissa PHP MySL Training Institute Bhubaneswar,Orissa JAVA Designing Training Institute Bhubaneswar,Orissa 3D Animation Training Institute Bhubaneswar,Orissa


Contact Us 0943718150309437181503
Training InstituteWaterflame Training Institute

java

  Regular Course Week End
Course duration: 3 Months 3 Months
Course fees: Rs.5000/- Rs.5000/-
  Weekly 3 Days Saturday & Sunday
Syllabus

Syllabus Details
Core Java (J2SE)
This part says ABCD of java i.e. it sets Foundation for a Java or J2EE Programmer. One must have in-depth knowledge of this part before going into J2EE. This part Covers topics to clear SCJP (Sun Certified Java Programmers)

 

Introduction to java platform

Introduction to java, JDK1.5.
JRE, JVM Path Setting,
Compiling, Executing.
Features of Java

Language Structure

Variable, Data Type
Operators, Control Statements,
Array
Input from Keyboard

Object Oriented Programming In Java

Features of OOPS, Class, Objects,
Constructors, Access Modifiers.
Use of static and Final
Types Of lasses, Abstract class
Interface
Inheritance, polymorphism

Package

Creation and Use.
Access Specifiers using
Predefined Packages.

Exception Handling

Exception blocks: try-catch-finally.
Exception Class Hierarchy throw,
Throws, user defined Exception

Multithreading

Thread Creation
Methods of Thread Class
Creating thread by Runnable
Synchronization
Deadlock & Avoidance
Wait-Notify, Life Cycle
Applet (GUI Programming in Java)
Creation, Life Cycle
Using Graphics, Frame
AWT (Abstract Window Toolkit)
Event Handling


Language Structure

Swing (JFC)
AWT Vs Swing
Basic Swing Components
Layout Managers

Input-Output (I/O)

I/O Class Hierarchy
File Reading and Writing
Console Reading
Object Reading Writing-Serialization

Util

Collection Framework
Working with List Map, Set
Using date & Calendar

Networking

Introduction to Networking
TCP Socket
UDP Socket
URL, URL Connection

RMI (Remote Method Invocation)

What is RPC
RMI Architecture
Stub-Skeleton
Remote Reference Layer
Unicast Remote Object
RMIRegistry Server
JRMP

 


Advance Java (J2EE)
This equips a programmer to develop software for enterprise by using java platform. Those softwares can be web Application, Enterprise Application, Client-Server and Stand alone applications.

JDBC (Java Data Base Connectivity)

Architecture of JDBC, Drivers
Connection, Statement, Driver Manager,
Result Set (Scrollable and Updateable)
Prepared Statement, Callable
Statement
Transaction Management, Result Set Metadata

Servlet Using Apache Tomcat

Introduction to Web Application and Servlet
Context Creation, Execution in Tomcat
Request Response using HTML Form.
Life cycle of Servlet
User Tracking (Session, Cookie)
Application (Server) Variable
Using Request Despatcher
Permanent Servlet
Applet-Servlet Communication

JSP-JAVA Server Pages

Introduction to JSP
Content of JSP
User Tracking in JSP
Error handling in JSP
Scope of Variables
Using Java Beans
Bound and Constraint Property,
Scope of Beans, Creating Tag Using Attributes to Tag,
Using JSTL in JSP.

STRUTS (Developing Model 2 Architecture)

Introduction to Struts 1.3
Model-1 Vs Model 2 Architecture
MVC Architecture,
Building Struts Application,
Model-View-Controller
Using Action Servlet,
Action, Action Form
Using Dyna Action Form, Using Tiles

Hibernate