注意:此页面搜索的是所有试题
对于下列代码段,如果m的值为“hello”则可以正常处理字符串。( )
public static int parseInt(String m) throws NumberFormatException {
return parseInt(m,10);
}(判断题)
.对
.错

参考答案