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