IT 114: Introduction to Java
Class 28 Ungraded Quiz

  1. What is the name of the method Java will automatically call when you try to print an object?


  2. What must the name of a constructor be?


  3. Does a constructor have a return type in the header?


  4. Does the constructor contain a return statement?


  5. What is the default value for an integer field?


  6. What is the default value of a field that points to an object?


  7. What is the keyword that points to the object itself within a class declaration>