单项选择题

总体国家安全观强调,以()安全为基础。

A.人民
B.政治
C.经济
D.军事
点击查看答案

你可能感兴趣的试题


单项选择题

要从“file.dat”文件中读出第10个字节到变量c中,下列哪个方法适合? ( )

A.FileInputStream in=new FileInputStream("file.dat");
int c=in.read();
B.RandomAccessFile in=new RandomAccessFile("file.dat");
in.skip(9);
int c=in.readByte();
C.FileInputStream in=new FileInputStream("file.dat");
in.skip(9);
int c=in.read();
D.FileInputStream in=new FileInputStream("file.dat");
in.skip(10);
int c=in.read();

单项选择题

中国是全球应对气候变化事业的积极参与者。

A.中国
B.日本
C.印度
D.美国