单项选择题
下列对类的声明,正确的是______。
A.abstract final class Hh{…}
B.abstract private move( ){…}
C.protected private number;
D.public abstract class Car{…}
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
要从“file.dat”文件中读出第10个字节存到变量C中,下列______方法是合适的。
A.FileInputStream in=new FileInputStream("fildat");iskip(9);int c=iread( );
B.FileInputStream in=new FileInputStream("fildat");iskip(10);int c=iread( );
C.FileInputStream in=new FileInputStream("fildat");int c=iread( );
D.RandomAccessFile in=new RandomAccessFile("fildat");iskip(9);int c=ireadByte( );
点击查看答案&解析
单项选择题
在匹配器(Matcher)类中,用于寻找下一个模式匹配串的方法是______。
A.static boolean matches( )
B.boolean matchefind( )
C.int matchestart( )
D.int matcheend( )
点击查看答案&解析
相关试题
下面程序段的输出结果是______。 pu...
下面程序实现对zip文件file.zip的查询,在...
下面程序中,若从键盘输入大写字母C,则程...
在待排序的元素序列基本有序的前提下,效率...