题目内容

表达式"abcdef你好".matches("[^0-9^.]+")的值是true。

A. 对
B. 错

查看答案
更多问题

表达式"3..1415926".matches("[0-9]+[.]{1}[0-9]+")的值是false。

A. 对
B. 错

表达式java88_hello_99".matches("[a-zA-Z|0-9|_]+")的值是true。

A. 对
B. 错

表达式new String("abc") == new String("abc")的值是true。

A. 对
B. 错

表达式new String("abc").equals ("abc")的值是true。

A. 对
B. 错

答案查题题库