(Choose 2 answers)
Given the following class definition, which of the following statements would be legal after the comment //Here(Select two)
A. System.out.println(iArgs);
class InOut{
String s= new String("Between");
public void amethod(final int iArgs){
B. System.out.println(s):
int iam;
class Bicycle{
System.out.println(iOther):
D. System.out.println(iam):
public void sayHello(){//Here}}//End of bicycle class }//End of amethod public void another(){int iOther;}
}
Exit 46