注意:此页面搜索的是所有试题
题目内容
(2024年国家开放大学答案)
对于下列代码段,如果m的值为“hello”则可以正常处理字符串。( )
public static int parseInt(String m) throws NumberFormatException {
return parseInt(m,10);
}(判断题)
.对
.错
public static int parseInt(String m) throws NumberFormatException {
return parseInt(m,10);
}(判断题)
.对
.错
参考答案