Monday, July 6, 2009

Intro To Java Programming

Synopsis

An introduction to programming and foundational aspects of Java programming.

Level: 1
Credit: 3 units

The objectives of this course are:

  • to introduce students to programming concepts using the Java language,
  • to develop problem-solving skills in the context of software development, and
  • to develop skills in using technology, and the use of software in solving and studying practical problems

Text Books:

  • Java Programming: from problem analysis to program design , DS Malik.
  • JAVA HOW TO PROGRAM, Deitel & Deitel.
<

Chapters

Lecture Examples

Course introduction

None

Chapter#1

Welcome.java ASimpleJavaProgram.java

Brush1.java Brush1.html Brush1.class

Chapter#2

Example2_13.java Example2_16.java

Example2_17.java Example2_18.java

Conversion.javaMakeChange.java

Chapter#3

Example3_11.java Example3_12.java

Example3_15.java

Chapter#4

Example4_2.java Example4_8.java

Example4_11.java Example4_25.java

Chapter#5

Chapter#5Review

Example5_3.java Example5_4.java

Example5_7.java Example5_6.java

Chapter#7

Example7_1.java LargerNumber.java

Chapter#9-part1

Chapter#9-part2

Example9_6

StringBuffer

WrapperClasses