IP地址172.15.1.1对应的自然分类网段包含的可用主机地址数为()。
参考答案:65534
美国当代历史学家斯塔夫里阿诺斯在《全球通史》中说:“统治中国的是一个由学者组成的统治集团即文人学士集团,他们为中国提供了一种赢得欧洲人尊敬、羡慕的有效稳定的行政管理。另一方面,也正是这一制度,扼杀了创造力,培育了顺从性。”这一制度指的是()
A.分封制
B.宗法制
C.科举制
D.行省制
阅读下面程序 import java.io.*; public class ByteStreamTest public static void main (String[]a) int[]myArray=10,20,30,40; try DataOutputStrem dos=new DataOutputSream (new______("ints.dat"); for (int i=0; i<myArray.length; i++) dos.writelnt(myArray [i]); dos.close(); System.out.printIn("Have written binary file ints.dat") catch (IOException.ioe) System.out .printIn(":IOException"); 为保证程序正确运行,在程序中下画线处应填入的代码是______。
A.FileOutputStrem
B.ByteArrayOutputStream
C.BufferedOutputStream
D.FileWriter