Q. Which access modifier is used for a method that can be accessed from any class in the same package?
β
Correct Answer: (D)
package-private (no modifier)
You must be Logged in to update hint/solution