Multiple Choice
The scope of a public instance field is __________.
A) only the class in which it is defined
B) inside the class but not inside any method
C) inside the parentheses of a method header
D) the instance methods and methods outside the class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The public access specifier for a field
Q3: An object can store data.
Q4: The _ package is automatically imported into
Q5: Methods that operate on an object's fields
Q6: The following statement is an example of
Q7: Which symbol indicates that a member is
Q8: When a local variable in an instance
Q9: A method that stores a value in
Q10: Two or more methods in a class
Q11: Which of the following statements will create