Search
Sponsors
Sponsors

Posts Tagged ‘Training’

Java 2: Certified Programmer training

Thursday, February 19th, 2009

Java 2: Certified Programmer

The Java 2: Certified Programmer tutorial is for programmers experienced in using the basic syntax and structure of the Java programming language who wish to take the Sun Certified Programmer for Java 2 Platform exam . This course covers the information required by certification exam 310-035, which is the exam for Java 2 version 1.4. It also includes the information needed for 310-036, which is the certification exam for upgrading a certification from version 1.2 to version 1.4. It also includes the information required by 311-055, which is the certification exam for Java 2 version 5.0. The latest releases added several new features to the language. VTC Author Arthur Griffith guides you through this preparation tutorial on your journey to certification. To begin learning Java 2: Certified Programmer today, simply click on one of the links.

Introduction

Course Introduction
The Exam Pt.1
The Exam Pt.2

Object Oriented Programming

An Object
A Class
Inheritance
Instantiation
An Abstract Class
An Interface
Polymorphism

Declarations & Operations

Hello World
Names
Data Types
Data Types Pt.2
Data Declaration
Literal Values
Literal Values Pt.2
Arithmetic Operators
Bitwise Operators
Assignment Operators
Widening and Narrowing
Boolean Operations

References & Objects

Instantiation & References
Polymorphism
Garbage Collection
Arrays
Multidimensional Arrays
Array Initial Values

The Structure of Java

The Java Virtual Machine
Contents of a Class
Class Modifiers
Data Modifiers
Method Modifiers
Constructors
Methods Pt.1
Methods Pt.2
Methods Pt.3
Methods Pt.4

Flow Control

Boolean Expressions
If/Else
While & Do/While
For Pt.1
For Pt.2
Switch/Case
Break & Continue
Throwing an Exception Pt.1
Throwing an Exception Pt.2
The Try/Catch/Finally Block
Overloading & Overriding Methods
Some Specific Exceptions
Assert

Language Fundamentals

Packages
Import
Classpath & Jar Files
Abstract Class
Interfaces
Java Keywords
Nested Classes
An Anonymous Class
Enumerated Types
Comparing Objects
Java Bean Naming Standards

java.io & java.text

File Input & Output
Stream Input & Output
Serializable Classes
Format & Parse Dates
Number & Wrapper Classes
NumberFormat

Threads

java.lang.Thread
java.lang.Runnable
Synchronized
Wait & Notify
More About Threads

java.lang & java.util

java.lang.Math
Strings
Boxing & Unboxing
java.lang.System
The Set Collection
List, Queue, & Map
Generic Syntax
Selecting a Collection Class
Hashcode
java.util.regex
Pattern & Matcher
java.lang.Comparable
Sorting & Searching

J2EE (Java 2 Enterprise Edition) training

Thursday, February 19th, 2009

J2EE (Java 2 Enterprise Edition)

J2EE is an acronym for Java 2 Enterprise Edition. The Java 2 Enterprise Edition is Software that can be used along with the J2SE, the Java 2 Standard Edition which includes the compiler and the other fundamentals of Java. The J2EE software includes development and deployment systems for Java Servlets and Java ServerPages. Both of these combine Java and HTML to produce web pages on demand. VTC Author Arthur Griffith takes you on a step by step guide to understanding this powerful component of Java programming. To begin learning today simply click on the J2EE links.

Introduction to J2EE

Course Introduction
Tiered Architecture
Servlets & JSP
Enterprise JavaBeans
XML
Transactions
Installation
Setting the PATH
Starting & Stopping the Servers

JavaServer Pages

Introduction to JSP
Writing JSP Pages
Deploying a JSP Page
Implicit Objects
The Request & Response Objects
Cookies & Sessions
Init Parameters & Context
Implict Object Classes
JSP Tags
The Page Directive
Include & Forward

JavaServer Pages Code

Expression Language Basics
Method & Object References
JSP to Java Mapping
A Tag Handler Pt.1
A Tag Handler Pt.2
Two More Tag Handlers Pt.1
Two More Tag Handlers Pt.2
Tag Libraries

Servlets

Basic Servlet Design
A Simple Servlet
Posting to a Servlet
Catching Exceptions
Sending Messages
Using Multiple Servlets
Multi-Threading
Event Logging
Cookies
Filters
MVC

Database

JDBC & Drivers
The Console
Making a Connection Pt.1
Making a Connection Pt.2
Making a Simple Connection
Making a Table
Display a Table
Statements & Result Sets
Data Type Methods
Writing Through the ResultSet
Creating a Prepared Statement
Transactions
A Transaction Example
Batch Updates
Locking

Enterprise JavaBeans

Introduction to EJB
The Kinds of Beans
Writing a Stateless Session Bean
Deploying a Bean Pt.1
Deploying a Bean Pt.2
Calling Bean Methods
A Session Bean with a State
Writing a Stateful Session Bean
Entity Beans
Synchronization of Entity Beans
Message Beans
Code of a Message Bean

Web Services

Introduction to Web Services

JAX-RPC
Source Code of a Web Service
Web Service Description Language
Deploying a Web Service Pt.1
Deploying a Web Service Pt.2
Web Service Client