Junior
What access modifier is applied to a method if it is not explicitly specified?
sobes.tech AI
Answer from AI
If the access modifier for a method in Java is not explicitly specified, the default access modifier (default), also known as package-private, is applied. This means that the method is only accessible from classes in the same package.