• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/23

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

23 Cards in this Set

  • Front
  • Back

Variables can hold... (2 things)

a primitive value or a reference to an object

an object is

an instance of a particular class

Methods can return

values

== for comparing strings will compare

the references

when will they be equal

when string a is made to equal string b

garbage

object with no more valid references

new

key word that crates an object

Object that does not require the new operator...

String

Once String object is created can't change

its value nor is length

How can we alter it?

Return new String objects that are modified versions of original


class library

a collection of classes

To import all classes in a package use this character

*

wrapper class

allows you to wrap around int type. Allows you to invoke methods

Enumerated lists hold

all possible values for a variable of that type.

autoboxing

automatic conversion of a primitive value to a corresponding wrapper object.

GUI component

an object that represents a screen element such as a button or a text field.

Defined in which packages?

java.awt and javax.swing

GUI container

a component that is used to hold and organize other components.

Frame

container displayed as a separate window.

panel

used to organize other components

heavyweight container

managed by OS

lightweight container

managed by Java Program

Image Icon

used to represent the image.