Pergunta de entrevista da empresa Booz Allen Hamilton

What are the four scopes/modifiers of methods in java?

Resposta da entrevista

Sigiloso

13 de abr. de 2010

This was just a question by the interviewer to see how much I had retained from a language I learned long ago. The answer is protected, private, public, and default which is protected.

2