(43)
Answer (Choose 2 answers)
A. public void Amethod(int i, String s) {}
B. public void amethod(Strings, int i){}
C. public void amethod(int i, String mystring){}
D. public int amethod(int i, String s){}
public class Rid
Given the following class definition, which of the following methods could be legally placed a //Here? (Select two)public void amethod(int i, String s){}//Here}