Home » JAVA Programming » Packages » Question
  1. Which of these access specifiers can be used for a class so that its members can be accessed by a different class in the different package?
    1. Private
    2. Public
    3. Protected
    4. No Modifier
    5. None of these
Correct Option: B

public



Your comments will be displayed only after manual approval.