The first quiz will test object oriented features in Java. To prepare for the quiz: 1. You must understand the rules about how the operators = and == apply to Objects and know how the methods .equals() and .toString() are applied. 2. You must understand when the modifier static is applied to methods and data fields in a class and what effect this has. 3. You must understand the syntax used for generic classes and objects. 4. You must understand class inheritance and method overriding. The quiz will ask you to predict output from a program that tests some of these concepts.