Enter your Sign-on user name and password.

Forgot password?
  • Follow us on:
Loading video...

Start Learning Now

Our free lessons will get you started (Flash® 10 required).
Get immediate access to our entire library.

Sign up for Educator.com

Features Overview

  • Get on-demand access to our complete library
  • Search and jump to exactly what you need to learn
  • Track your progress
  • Download practice and lesson files
  • *Ask questions and get answers from our community & instructors

Classes & Objects

  • A Java program consists of classes
  • A constructor creates a new object of a class
  • A method is a function defined within a class
  • A class can also contain data fields
  • The return type is the type of value that a method returns to the caller
  • Public: everyone outside the class can get at the method or data
  • Private: only members of the class can get at the method or data
  • Instance: each object of the class gets its own copy of the method or data
  • Static: the method or data is shared by the class instead of multiple copies
  • Overloaded methods are two or more methods with the same name but different signatures

Classes & Objects

Lecture Slides are screen-captured images of important points in the lecture. Students can download and print out these lecture slide images to do practice problems as well as take notes while watching the lecture.

AP Computer Science: Introduction to Java