单项选择题

A.public int amethod(int z){}
B.public int amethod(inti,intj){return 99;}
C.protected void amethod(long l){}
D.private void anothermethod(){}