Q. In Java, which access modifier allows a method or variable to be accessed within the same package only?
β
Correct Answer: (D)
package-private
You must be Logged in to update hint/solution