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

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;

5 Cards in this Set

  • Front
  • Back
String variable
A variable that can hold zero or more characters.
equals( ) method
A String method used to evaluate the contents of two String objects to determine if they are equivalent.
length( ) method
A String method used to determine the number of characters in a String object.
toString( ) method
A class method used to return a String representing the object.
parseInt( ) method
An Integer method that accepts a String value and returns its integer value.