(33)
Answer (Choose 1 answer)
Given the following class definition
A. public int amethod(int i,int j){return 99:}
B. public int amethod(int z){}
C. private void anothermethod(){}
D. protected void amethod(long I){}
public class Upton{
public static void main(String argv[]){
}
public void amethod(int i){}
//Here
}
Which of the following would be illegal to place after the comment //Here?