Self-Review Exercises

  1. 8.1 Fill in the blanks in each of the following statements:

    1. A(n)                      imports all static members of a class.

    2. String class static method                      is similar to method System.out.printf, but returns a formatted String rather than displaying a String in a command window.

    3. If a method contains a local variable with the same name as one of its class’s fields, the local variable                      the field in that method’s scope.

    4. The public methods of a class are also known as the class’s                      or                     .

    5. A(n)                      declaration imports one static member.

    6. If a class declares constructors, the compiler will not create a(n)                     .

    7. An object’s ...

Get Java How To Program, Late Objects, 11th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.