相关考题
-
单项选择题
下面的哪种数据类型可以保存-32768~32767之间的数字?()
A.long
B.byte
C.int
D.short -
单项选择题
在java程序中的my.jsp中要使用标记扩展,下列项正确的是()
A.<%@taglibURL="/hello"prefix="examples"%>
B.<%@taglibURI="/hello"prefix="examples"%>
C.<%@tagliburl="/hello"prefix="examples"%>
D.<%@tagliburi="/hello"prefix="examples"%> -
单项选择题
正则表达式([0-9]{3})-([a-z]{3})-([a-z]*?ab)与下列哪个字符串相匹配()
A.123-abc{3}-cab
B.123{3}-abc-cab
C.123-abc-cb
D.123-abc-ccab
