Java Games: Flashcards, matching, concentration, and word search.

Lesson 7 Key Terms

AB
Anonymous ObjectUnnamed object
BufferBlock of memory
CapacityThis of a StringBuffer object is the actual length of the buffer, as opposed to that of the string contained in the buffer
Character ClassOne whose instances can hold a single-character value. This class also defines methods that can manipulate or inspect single-character data.
ConcatenationProcess of joining a variable to a string to create a longer string.
Double ClassWrapper class that contains a simple double and useful methods to manipulate it.
ImmutableObjects cannot be changed.
Lexicographical comparisonBased on the integer Unicode values of characters.
StringBuffer ClassFor storing and manipulating changeable data composed of multiple characters. It is an alternative to the String class when you know a String will be modified.
WrapperClass or object that is “wrapped around” a simpler element.

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities