Reviewer Comprog Bitch
Reviewer Comprog Bitch
OBJECT-ORIENTED PROGRAMMING
OOP CONCEPTS
MUTATOR METHODS OR SETTER = set or change field value called MUTATOR METHODS OR SETTER
INHERITANCE
IS-A = relationship
INTERFACE
TYPICAL DEBUGGING
- EXAMINING THE ERROR SYMPTOMS = crashes, error message, or unexpected behavior / identify
- IDENTIFYING THE CAUSE = root cause
- FIXING THE ERROR = correction
DEBUGGING TECHNIQUE
NO ARGUMENT = no argument
THE IO CLASSES
CLASSES
INPUTSTREAM = performing input
OUTPUTSTREAM METHODS
VOID WRITER (byte[] b, int off, int len) = offset position off
MODULE 5
NESTED CLASSES
REPETITION OPERATORS
REPETITION OPERATORS = number of times
( * ) = 0 or more occurrences
( ? ) = 0 or 1 occurrences
( + ) = 1 or more occurrences
{ x } = x occurrences
REGEX OPERATIONS
FIND () = looking for the next subsequence
THREAD METHODS
PARAMETERIZED TYPE = no special significant / gen is generic class also called PARAMETERIZED TYPE
E = element
K = key
N = number
T = type
V = value
WILDCARD ARGUMENTS
WILDCARD ARGUMENT = unknown type / question mark