1. If a class is called "Student" what name can you use for a constructor for this class? 2. What is the difference between a static variable and an instance variable? 3. Can you invoke a static method within a nonstatic method?