集中使用残疾人的用人单位包括残疾人福利企业、()和其他福利性单位。
A、盲人按摩机构
B、托养服务机构
C、就业服务机构
D、疗养机构
参考答案:A
阅读下面程序 import java.io.*; public class ByteStreamTest { public static void main(String[] args) { int[] myArray={10,20,30,40}; try { DataOutputStream dos=new DataOutputStream (new ______("ints.dat")); for(int i=0;i<myArray.length;i++)dos.writeInt(myArray[i]); dos.close(); System.out.println("Have written binary file ints.dat"); } catch(IOException ioe) { System.out.println("IOException"); } } } 为保证程序正确运行,在程序中下画线处应填人的代码是
A.FileOutputStream
B.ByteArrayOutputStream
C.BufferedOutputStream
D.FileWriter
自知力在临床诊断中的作用如何?