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