• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
Front

How to study your flashcards.

Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key

Up/Down arrow keys: Flip the card between the front and back.down keyup key

H key: Show hint (3rd side).h key

image

PLAY BUTTON

image

PLAY BUTTON

image

Progress

1/5

Click to flip

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.