OD
(Choose 1 answer)
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){}
Given the following class definition
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?