Self-Review Exercise
-
F.1 Fill in the blanks in each of the following statements:
The
public
methods of a class are also known as the class’s or .String
classstatic
method is similar to methodSystem.out.printf
, but returns a formattedString
rather than displaying aString
in a command window.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.
Keyword specifies that a variable is not modifiable.
The states that code should be granted only the amount of privilege and access that it needs to accomplish its designated task.
If a class declares constructors, the compiler will not create a(n) ...
Get Android How to Program, 3/e 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.