[填空题] 以下程序段的输出结果为_____。 class Cruncher{ void crunch(int i) { System.out.println("int"); } void crunch(String s){ System.out.println("String"); } public static void main(String args[]){ Cruncher crun=new Cruncher( ); char ch="p": crun.crunch(ch); } }
正确答案:int


![[填空题] 以下程序段的输出结果为 [填空题] 以下程序段的输出结果为](http://www.mshxw.com/aiimages/31/478434.png)
