网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

下列______不是Matcher类的方法。

A.find()

B.matches()

C.start()

D.matcher()


参考答案

更多 “ 下列______不是Matcher类的方法。A.find()B.matches()C.start()D.matcher() ” 相关考题
考题 下列方法中______是执行线程的方法。A.run()B.sleep()C.start()D.suspend()

考题 在匹配器(Matcher)类中,用于寻找下一个模式匹配串的方法是( )。A.staticbooleanmatches()B.booleanmatcher,find()C.intmatcher,start()D.intmatcher.end()

考题 在匹配器(Matcher)类中,用于输入字符串与模式串比较的方法是( )。A.static Boolean matches()B.boolean matcher.find()C.int matcher.start()D.int matcher.end()

考题 在匹配器(Matcher)类中,用于输入字符串与模式串比较的方法是( )。A.static boolean matches()B.boolean matcher.find()C.int matcher.start()D.int matcher.end()

考题 在匹配器(Matcher)类中,用于寻找下一个模式匹配串的方法是( )。 A.static boolean matchesSXB 在匹配器(Matcher)类中,用于寻找下一个模式匹配串的方法是( )。A.static boolean matchesB.boolean matcher.findC.int matcher.startD.int matcher.end

考题 在匹配器(Matcher)类中,用于寻找下-个模式匹配串的方法是( )。A.static boolean matches( )S 在匹配器(Matcher)类中,用于寻找下-个模式匹配串的方法是( )。A.static boolean matches( )B.boolean marcher.find( )C.int matcher.start( )D.int matcher.end( )

考题 在匹配器(Matcher)类中,用于输入字符串与模式串比较的方法是A.static boolean matches()B.boolean matcher,find()C.int matcher,start()D.int matcher,end()

考题 下列哪个方法不属于播放声音的方法? A. loop()B. stop()C. start()D. play()

考题 在Applet类的主要方法中,用来实现初始化操作的是() 。A.init()B.stop()C.start()D.paint()