皮皮学,免费搜题
登录
搜题
【判断题】
系统输入为正弦信号
A.
正确
B.
错误
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】Which statements are true, given the code new FileOutputStream("data", true) for creating an object of class FileOutputStream?()
A.
FileOutputStream has no constructors matching the given arguments.
B.
An IOExeception will be thrown if a file named "data" already exists.
C.
An IOExeception will be thrown if a file named "data" does not already exist.
D.
If a file named "data" exists, its contents will be reset and overwritten.
E.
If a file named "data" exists, output will be appended to its current contents.
【单选题】以下哪个是 FileOutputStream 创建语法( )。
A.
close();
B.
FileOutputStream(File file);
C.
FileInputStream(File file) ;
D.
write(int b) ;
【判断题】“车床”和“秋千”都是双声连绵词。
A.
正确
B.
错误
【简答题】记账以后,发现记账凭证中科目正确,但所记金额小于应记的金额,应采用( )进行更正。
【判断题】明确企业的竞争者,可以有针对性地制定本企业的竞争战略
A.
正确
B.
错误
【单选题】关于FileOutputStream,下面那个描述是错误的( )
A.
FileOutputStream是与FileInptStream相对应的文件输出流类。
B.
它用来实现向文件中写入数据,写入数据的基本单位是字节。
C.
FileOutputStream(String filename) 用文件名作为参数创建文件输出流对象,这里的filename包含文件路径信息。
D.
FileOutputStream(String filename,boolean append) 第2个参数为true,则文件不存在就会创建文件,如果文件存在,写数据附加到文件的末尾。
【简答题】人类在 18世纪的第一次可能获得(),同时也标志着电气时代的到来。
【判断题】( ) 明确企业的竞争者,可以有针对性地制定本企业的竞争战。
A.
正确
B.
错误
【简答题】编写Android项目,实现探照灯效果
【简答题】记账以后,发现记账凭证中科目正确,但所记金额小于应记金额,应采用的更正法是( )。
相关题目: