📚 Practice Mode

Simple Java Quiz

Learn at your own pace with hints and detailed explanations

1 / 10
Multiple Choice

Which methods can access to private attributes of a class

  1. A. Only Static methods of the same class
  2. B. Only instances of the same class
  3. C. Only methods those defined in the same class
  4. D. Only classes available in the same package.