Your browser does not support JavaScript!

What is the output of the code snippet below:            void main(){test("11");test("1");}            void test(String x){System.out.print(x + x);}

  • 222
  • 111111 Correct
  • 6
  • None of the choices
Similar ITE-6104 questions