It's a crazy question because it seems simple. I cannot find anywhere that blatantly states the answer.
If I type:
void doThis(){
System.out.println("Hello Stackoverflow.");
}
what is the default scope of doThis()?
Public? Protected? Private?
Thanks in advance.