Archive for September, 2009|Monthly archive page

Chapter 1 Part2

Chapter 1 Part 1

Chapter 1 Definitions

object-  Java object model objects from a problem domain

class- objects are created from classes. The class describes the kind of object; the objects represent individual instantiations of the class.

instance- An object of a particular class. In programs written in the Java programming language, an instance of a class is created using the new operator followed by the class name.

method- We can communicate with objects by invoking methods of them. Objects usually do something if we invoke a method.

signature- The header of a method is called its signature. It provides information needed to invoke that method

parameter- Methods can have parameters to provide additional information for a task.

type- Parameters have types. The type defines what kind of values a parameter can take.

state- Objects have state. The state is represented by storing values in fields.

source code- The source code of a class determines the structure and the behavior (the fields and methods) of each of the objects in that class.

return value- A Java keyword used to finish the execution of a method. It can be followed by a value required by the method definition.

compiler- A program to translate source code into code to be executed by a computer. The Java compiler translates source code written in the Java programming language into bytecode for the Java virtual machine.

ScreenFlow

Podcast Script

Introduction: You are listening to Matt’s podcast and I am your host Matt Pinizzotto.

Program Overview: Today I will talk about Gang activity and how it is harmful to society. I will also get into the specifics of gangs and how they operate.

Program Script:

Podcast

Follow

Get every new post delivered to your Inbox.