37. She wants to buy________- for her.
A. a new hat
B. a new jeans
C. a new sweater
D. new shoes
第1题:
A、Who
B、What
C、Which
第2题:
听力原文:M: Did you talk with our new manager? He is looking for you these days. I think he has something important.
W: I have been out of town for 2 days. And until this morning I come back.
Q: What does the woman mean?
(17)
A.She hasn't talked with the new manager yet.
B.The new manager was not in the office.
C.She has been at home.
D.She didn't want to talk with the new manager.
第3题:
下面______语句能够正确地创建一个hputStreamReader的实例。
A.new lnputStreamReader(new FileReader("data"));
B.new lnputStreamReader("data");
C.new lnputStreamReader(new FilelnputStream("data"));
D.new lnputStreamReader(new BufferedReader("dam"));
第4题:
A.has
B.is
C.are
D.have
第5题:
4.Mum,my ________are too short. Will you buy me a new pair?
A.pants
B.glasses
C.clothes
D.shoes
第6题:
在J2ee中,以下各项中,()正确阐述了创建InputStreamReader的方式。
第7题:
Which constructs a DataOutputStream?()
第8题:
A customer wants to migrate their existing cluster onto new POWER6 hardware, and in addition requires thecluster to be migrated from PowerHA version 5.3 to 5.5. Given that AIX 6.1 and PowerHA 5.5 filesets arealready installed in the new hardware, which of the following methods would allow the customer to maintaintheir current cluster configuration?()
第9题:
Which constructs a DataOutputStream?()
第10题:
You are the desktop administrator for your company. Laura is a user in the company's accounting department. Laura uses a Windows XP Professional computer. Laura installs a new software application that was listed on her Add or Remove Programs list. Laura reports that the new application now opens whenever she double-clicks any file that has a .doc file name extension. She also reports that 24 new icons appear on the New menu when she right-clicks her desktop. Laura asks you to reconfigure her computer so that Microsoft Word opens when she double-clicks files that have a .doc file name extension. She also wants you to remove the new icons from the New menu. You instruct Laura to uninstall the new application. After she uninstalls the application, she reports that she can no longer open .doc files by double-clicking them. She also reports that the unwanted icons on the New menu are still present. You reinstall the new application, and it continues to open when Laura double-clicks .doc files. You want to restore the .doc file association and to remove the unwanted icons from the New menu on Laura's computer. You want to accomplish these tasks as quickly as possible. You also want to ensure that none of Laura's other documents or personal settings are affected. What should you do?()
第11题:
New dataOutputStream(“out.txt”);
New dataOutputStream(new file(“out.txt”));
New dataOutputStream(new writer(“out.txt”));
New dataOutputStream(new FileWriter(“out.txt”));
New dataOutputStream(new OutputStream(“out.txt”));
New dataOutputStream(new FileOutputStream(“out.txt”));
第12题:
第13题:
本题中,用表格表现某个月的月历,其中标题是从Sunday到Saturday,表格中的各项是可以修改的。 import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.table.*; public class java2 ( public static void main(String[]args) { try{ UIManager.setLookAndFeel(UIManager.getSys- temLookAndFeelClassName): } catch(Exception e) JFrame. frame=new CalendarTableFrame; frame.setDefaultCloseOperation(JFrame.EXIT_ oN CLOSE); frame.show; } } clasgCalendarTableFrame. extends JFrame { private static final int WIDTH=500; private static final int HEIGHT=150: private cells= { {null,null,null,new Integer(1),new Integer (2),new Integer(3),new Integer(4)), {new Integer(5),new Integer(6),new Integer (7).new Integer(8),new Integer(9),new Integer (10),new Integer(11)), {new Integer(12),new Integer(13),new Integer (14),new Integer(15),new Integer(16),new Integer (17),new Integer(18)), {new Integer(19),new Integer(20),new Integer (21),new Integer(22),new Integer(23),new Integer (24),new Integer(25)), {new Integer(26),new Integer(27),new Integer (28),new Integer(29),new Integer(30),new Integer (31),null} }; private String[]columnNames={ "Sunday","Monday","Tuesday","Wednesday", "Thursday","Friday","Saturday" }; public CalendarTableFrame{ setTitle("java2"); setSize(WIDTH,HEIGHT); JTable table=new ; getContentPane.add(new JScrollPane(table), BorderLayout.CENTER); } }
第14题:
I went shopping_____ I needed a new pair of shoes.
A. although
B. because
C. so
第15题:
A.use
B.uses
C.using
D.used
第16题:
Lily really wants to her new shoes.
Atry out
Bcarry out
Cwork out
Dfigure out
第17题:
She’s going to () that new dress.
第18题:
J2EE中,以下各项中,()正确阐述了创建InputStreamReader的方式。
第19题:
Which constructs a BufferedIputStream?()
第20题:
Marry wants to create a new application on his laptop that does not have any design elements in it. Which one of the following should he do to begin his process?()
第21题:
You need to design an audit strategy for Southbridge Video. Your solution must meet business requirements.What should you do?()
第22题:
New BufferedInputStream(“in.txt”);
New BufferedInputStream(new File(“in.txt”));
New BufferedInputStream(Writer(“in.txt”));
New BufferedInputStream(new Writer(“in.txt”));
New BufferedInputStream(new InputStream(“in.txt”));
New BufferedInputStream(new FileInputStream(“in.txt”));
第23题:
New dataInputStream(“in.txt”);
New dataInputStream(new file(“in.txt”));
New dataInputStream(new writer(“in.txt”));
New dataInputStream(new FileWriter(“in.txt”));
New dataInputStream(new InputStream(“in.txt”));
New dataInputStream(new FileInputStream(“in.txt”));