单项选择题 Whichstatementsaretrue,giventhecodenewFileOutputStream("data",true)forcreatinganobjectofclassFileOutputStream?()
多项选择题 WhichstatementsconcerningtheeventmodeloftheAWTaretrue?()
单项选择题 What will be the appearance of an applet with the following init() method? public void init() { add(new Button("hello")); }