- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle 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
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
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.
|