// "Add char as 2 parameter to method f" "true" class A { void f(int i,String s) {} public void foo() { f(1,'2',""); } }