单项选择题
在匹配器(Matcher)类中,用于寻找下一个模式匹配串的方法是______。
- A.static boolean matches( )
B.boolean matchefind( )
C.int matchestart( )
D.int matcheend( )
点击查看答案&解析
相关考题
-
单项选择题
在Java源文件中,什么类最多只能有一个,而其他类的个数不限
A.public
B.private
C.protected
D.没有这种类 -
单项选择题
下面哪一个是合法的标识符
A.$persons
B.2Users
C.*point
D.this -
单项选择题
下列创建一个标识有“关闭”按钮的语句是______。
A.TextField b=new TextField("关闭");
B.TextArea b=new TextArea("关闭");
C.Button b=new Button("关闭");
D.Checkbox b=new Cheekbox("关闭");
