对于下列代码段,如果m的值为“hello”则可以正常处理字符串。( )
public static int parseInt(String m) throws NumberFormatException {
return parseInt(m,10);
}(判断题)
.对
.错
出自:2024年国家开放大学答案