• 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/11

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;

11 Cards in this Set

  • Front
  • Back

String

text eg "Hello"

char

one letter eg 'x'

String class

defines Strings

Escape sequence

used to print special characters

Constants are important for 3 reasons...

1. Give meaning to unclear literal values


2. Facilitate program maintenance


3. Establish a value that should not be changed

Place the integer types in order...

byte, short, int, long

3 types of data conversions

1. assignment conversion


2. promotion


3. casting

tokens

elements of the input

RGB values run from

0 to 255

Applet

a program that is intended to be used on web with web browser.

Applet does not use

main method, but instead uses print method.