Example: ```java private String privateString; privateString = "private"; // << EXCEPTION THROWN ```
Example: