Up a level
Export as [feed] Atom [feed] RSS 1.0 [feed] RSS 2.0
[tool] Batch List
Number of items: 14.

Lecture 1 - Starting out
Justin Bradley . 26 Sep 2008 13:59

What is Programming? A useful definition Object Orientation (and it’s counterparts) Thinking OO Programming Blocks Variables Logic Data Structures Methods

Lecture 2 - Java
Justin Bradley . 27 Aug 2008 10:29

Programming Overview The JVM (The Java Virtual Machine) A brief look at Structure Class Method Statement Magic incantations main() output Coding a Dog Programming Principle(1) If and Boolean operations Coding a Bank Account Quick look at ToolBox

Lecture 3 - Objects Ahoy
Justin Bradley . 24 Sep 2008 11:27

Variables - Objects and Primitives, Quick look at scope

Lecture 4 - Methods and Stuff
Justin Bradley . 24 Sep 2008 11:33

Banking Parameters and arguments Passing Objects Primitives Returning Getters and Setters

Lecture 5 - Constructors
Justin Bradley . 24 Sep 2008 11:31

Constructors With one parameter With two parameters Overloading Constructors and methods

Lecture 7 - Going Loopy
Justin Bradley . 25 Sep 2008 14:01

Looping while do while for Arrays indexes For each loop

Lecture 8 - über-Arrays
Justin Bradley . 25 Sep 2008 14:03

ArrayList ArrayList vs Array Declaration Insertion Access Removal Wrapper classes Iterator object

Lecture 12 - Scope
Justin Bradley . 26 Sep 2008 13:58

Instance Variables Local variables Cool 3D Modelling! “this” keyword

Lecture 13 - It runs in the family
Justin Bradley . 25 Sep 2008 14:07

Inheritance Code duplication Super classes Constructors Polymorphic collections “Anywhere a super class is, a sub class can go” Casting A great deception

Lecture 14 - Exploring Polymorphism
Justin Bradley . 25 Sep 2008 14:08

Which methods are where? Overriding Calling super’s methods Coupling and cohesion

Lecture 15 - Interface this
Justin Bradley . 25 Sep 2008 14:09

A quick word about abstract How a class interfaces Making Pets The Deadly Diamond of Death Interfaces (not interfaces)

Lecture 16 - I can't hear you through the static
Justin Bradley . 25 Sep 2008 14:11

Static Types of methods Instance Static Example Calling Static methods Why Static Final

Lectures 17 and 18 - Exceptions - when it all goes wrong
Justin Bradley . 25 Sep 2008 14:12

Exceptions An Example The Throws keyword Try and Catch The flow Multiple exceptions Finally How exceptions are thrown What the complier checks Handle or Defer Recovery Writing your own

This list was generated on Wed Apr 24 22:35:20 2024 UTC.