Skip to page content Skip to section menu Skip to site-wide navigation About Us | Consultancy | Training | Software | Publications | Open Source | Support | Open Standards | FAQ | Jobs
Site Style Info

Fundamentals of the Java Programming Language - A 5 Day Course

Course Synopsis

The Fundamentals of the Java Programming Language course provides students with an excellent choice for beginning to learn programming using the Java programming language. This course is intended for students with little or no programming experience. The course teaches the significance of object-oriented programming, the keywords and constructs of the Java programming language, and the steps required to create simple Java technology programs. Students taking this course can receive a solid basis in the Java programming language upon which to base continued work and training. The course features the Java Platform, Standard Edition 6 (Java SE 6) platform, and uses the Java SE Development Kit 6 (JDK 6) product.

Course Objectives

By the end of this Java Fundamentals course, delegates should be able to:

Suitable for

Students who can benefit from this course are individuals who have basic mathematical, logical, and analytical problem-solving skills and who want to begin learning the Java programming language. This includes technical writers, web developers, technical managers, and individuals with a technical, non-programming background, such as system administrators. This course is also appropriate for novice programmers and those programmers who prefer to start learning the Java programming language at an introductory level. However, individuals are encouraged to have had some programming experience, whether with a scripting language, such as Perl, or a third-generation language (such as Basic or C) prior to attending this course.

Prerequisites

Publicly scheduled dates, locations, and prices

London — £1445 (+VAT)

  • 22–26 Mar 2010
  • 17–21 May 2010
  • 12–16 Jul 2010
  • 13–17 Sep 2010
  • 22–26 Nov 2010

Camberley, Surrey — £1445 (+VAT)

  • 26–30 Apr 2010
  • 14–18 Jun 2010
  • 9–13 Aug 2010

Contents

Explaining Java Technology

Analyzing a Problem and Designing a Solution

Developing and Testing a Java Technology Program

Declaring, Initializing, and Using Variables

Creating and Using Objects

Using Operators and Decision Constructs

Using Loop Constructs

Developing and Using Methods

Implementing Encapsulation and Constructors

Creating and Using Arrays

Implementing Inheritance