大型工业项目施工招标的资格预审表的内容不包括( )。
A.财务报表
B.人员报表
C.分包计划
D.投标报价
参考答案:D
下面程序段是创建一个Date类的对象并把它串行化保存到文件中,该对象表示的是运行时刻的日期及时间,请将程序补充完整。 import java.util.*; import java.io.*; public class SerializeDate date d; serializeDate() d=new Date(); tryFileOutputStream f=new FileOutputStream("date.ser"); ObjectOutputStream s=new ObjectOutputStream(f); _________ f.close(); catch(IOException e) e.printStackTrace(); public static void main(String args[]) SerializeDate b=new SerializeDate(); System.out.println("The saved date is:"+b.d.toString());
简述三种主要的艺术批评形态