error | | without reference to the instance variables contained in it | use the new operator | other objects by sending and receiving messages | state that is maintained in its variables | | distinct from every other object even if they contain the same data | all instance variables of all objects of its class | unchecked exception | Exception Handling | messages to | itself to a string representation using the toString method | methods from other objects using the 'private' keyword | other objects that a condition variable has changed | public interface | String name = new String(); | An exception that is exempted from compile-time checking because it can occur at many points in the program and recovery from them is difficult or impossible . A Java program declaring such exceptions would be cluttered, pointlessly. | messages from | one copy of each class variable of its class with the other instances of its class | a string using the toString method | instance methods and instance variables from - the class to which it belongs
- all that class's superclasses
| its class using the getClass method | any entity to which you can associate properties and behaviour | 0 or more condition variables | something goes wrong in the execution of a program | | several different variables at the same time | Exception class |