1. Explain the difference between the = symbol in Java and in mathematics.
2. Give Java code for objects with the following descriptions:
a. A rectangle with center (100, 100) and all side lengths equal to 50
b. A string with the contents "Hello, Dave"
Create objects, not object variables.