1. When defining a constructor, what do you specify for the type of the value returned? A primitive type? A class type? void? 2. What is the difference between a static variable and an instance variable? 3. Can a class contain both static and nonstatic methods?