| __ | 1. | Accessor | | A. | A message that can be sent to an object to access its state. |
| __ | 2. | Actual Parameter | | B. | The actions that can be performed on or by an object. |
| __ | 3. | Behavior | | C. | The combination of data and behavior in one software package |
| __ | 4. | Constructor | | D. | A method that performs a small task used by other methods |
| __ | 5. | Encapsulation | | E. | A value sent to a method when it is invoked. |
| __ | 6. | Formal Parameter | | F. | A parameter listed in a method's definition. |
| __ | 7. | Helper Method | | G. | The process of creating a new object |
| __ | 8. | Identity | | H. | Uniqueness that distinguishes between objects. |
| __ | 9. | Instantiation | | I. | A method that initializes an object |
| __ | 10. | Lifetime | | J. | The period for which a variable can be used. |
| __ | 11. | casting | | A. | A message that can sent to an object to alter its state |
| __ | 12. | control statements | | B. | an objects state defined by the value of its instance variab |
| __ | 13. | Extended if Statement | | C. | Where in a program a variable is valid in code. |
| __ | 14. | Logical operator | | D. | statements which test conditions, while, if, if/else |
| __ | 15. | Mutator | | E. | Defines how a variable, method or class can be accessed |
| __ | 16. | Nested if statement | | F. | If-else used to test a condition against various thresholds |
| __ | 17. | Nested loop | | G. | a technique that allows one data type to be converted |
| __ | 18. | Scope | | H. | AND, OR, NOT, used to combine boolean expressions |
| __ | 19. | State | | I. | A loop that appears within another loop |
| __ | 20. | Visibility modifier | | J. | An IF that appears within another IF |
| __ | 21. | ! | | A. | primitive type only two possible states true or false |
| __ | 22. | || | | B. | A sequence of characters |
| __ | 23. | && | | C. | Java process which removes unreferenced objects |
| __ | 24. | boolean | | D. | An item whose value can change during program execution |
| __ | 25. | boundary conditions | | E. | the conditions on or near boundaries of equivalence cases |
| __ | 26. | Concatenation | | F. | constructor method of a class that has an empty paramenters |
| __ | 27. | Default Constructor | | G. | ability to combine strings & other types in output ('+") |
| __ | 28. | garbage collection | | H. | And logical operator (both operands must be true for true) |
| __ | 29. | Strings | | I. | Or logical operator (one operand must be true for true) |
| __ | 30. | variable | | J. | Not logical operator(negates the operand or result) |