Untitled Document

Java Introduction

Description

Students will receive a thorough introduction to the basic syntax and structure of the Java programming language. Students will create text-based Java applications that define variables and arrays and that use if statements, switch/case statements, for loops and while loops. Students will define classes and use those classes to create applications. Students will learn to create new classes based on existing classes using inheritance. Students will create graphical applications and applets. A background in programming or a familiarity with C++ is helpful but not necessary for this class. Students will need a Java compiler. Compilers are available for download.

Objectives

Book

Choose the book that goes with the version of Java you will be using.

Murach's Java SE 6

Author: Joel Murach, Andrea Steelman
Publisher Murach
ISBN: 1890774421

Murach's Beginning Java 2 - JDK 5

Author Andrea Steelman
Publisher Murach
ISBN: 1890774294


Lesson 1: Getting Started

Read Chapter 1

Lesson 2: Basic Programming Statements

Read Chapter 2

Lesson 3: Advanced Programming Statements

Read Chapters 3, 4 and 5.

Lesson 4: Object Oriented Programming

Read Chapters 6

Lesson 5: Inheritance and Interfaces

Read Chapters 7, 8 and 9

Lesson 6: Storage Structures

Read Chapters 10 and 11

Lesson 7: Dates and Strings

Read Chapter 12

Lesson 8: Exceptions

Read Chapter 13

Lesson 9: Working with Threads

Read Chapter 14

Chapter 10: Putting it all Together

Review Chapters 1 - 14

All content of this document is copyrighted by IDEA Solutions and the author. All rights reserved. Content may not be used without permission.