答案查看网,轻松搜题/搜资源
登录
×
登录账号
记住密码
立即注册
忘记密码
×
注册
使用微信扫描二维码,获取账号密码后免费查看答案
前往登录
忘记密码
×
忘记密码
使用微信扫描下方二维码,即可找回您的账号密码
前往登录
立即注册
搜题/搜资源
【单选题】【消耗次数:1】
He is more experienced [填空] computer than her.
①
at
②
on
③
for
④
in
参考答案:
复制
纠错
➡️如需代学继续教育,请点击这里
相关题目
【单选题】
The bad weather ( )her spirit more than anything else.
①
lessened
②
strengthed
③
depressed
④
disappointed
查看完整题目与答案
【单选题】
Julie has gained more experience than____ in her restaurant and the customers like her.
①
any waitress
②
other waitresses
③
the waitress
④
any other waitress
查看完整题目与答案
【单选题】
He called the police for help, ____ that the problem was more than he could deal with.
①
to realize
②
having been realized
③
realizing
④
realized
查看完整题目与答案
【单选题】
Does Robert have [填空] computer? —Yes,he has [填空] .
①
an,some
②
a,one
③
a,/
④
any,one
查看完整题目与答案
【单选题】
He said that he ?[填空] not seen her that day .
①
has
②
have
③
having
④
had
查看完整题目与答案
【单选题】
Computer____________ more and more extensively in the world today.
①
are being used
②
are been used
③
have used
④
were used
查看完整题目与答案
【单选题】
Computer are being used more and more____________ in the world today.
①
extensively
②
expensively
③
exclusively
④
exactly
查看完整题目与答案
【单选题】
I think [填空] maths is more important than any other subject.
①
the
②
a
③
an
④
/
查看完整题目与答案
【单选题】
Last week more than 200 people were [填空] treated in a Glasgow hospital.
①
being
②
be
③
been
④
is
查看完整题目与答案
【单选题】
He’s going to [填空] her some flowers.
①
buy
②
bought
③
buying
④
offering
查看完整题目与答案
随机题目
【判断题】
3.在Swing用户界面的程序设计中,容器可以被添加到其他容器中去。( )
①
正确
②
错误
查看完整题目与答案
【单选题】
下列哪个方法可以将 MenuBar 加入 Frame 中( )。
①
setMenu()
②
addMenuBar()
③
add()
④
setMenuBar()
查看完整题目与答案
【单选题】
下面的程序段创建了BufferedReader类的对象in,以便读取本机c盘my文件夹下的文件1.txt。File构造函数中正确的路径和文件名的表示是( )。 File f = new File(填代码处); file =new FileReader(f); in=new BufferedReader(file);
①
./1.txt
②
../my/1.txt
③
c:\\my\\1.txt
④
c:\ my\1.txt
查看完整题目与答案
【单选题】
若文件是RandomAccessFile的实例f,并且其基本文件长度大于0,则下面的语句实现的 功能是( ) 。 f.seek(f.length()-1);
①
将文件指针指向文件的第一个字符后面
②
将文件指针指向文件的最后一个字符前面
③
将文件指针指向文件的最后一个字符后面
④
会导致seek()方法抛出一个IOException异常
查看完整题目与答案
【单选题】
以下哪个方法用于定义线程的执行体?( )
①
start()
②
init()
③
run()
④
main()
查看完整题目与答案
【单选题】
声明并创建一个按钮对象b,应该使用的语句是( )
①
Button b=new Button();
②
button b=new button();
③
Button b=new b();
④
setLabel(“确定”);
查看完整题目与答案
【单选题】
下列不属于 java.awt 包中的基本概念的一项是( )。
①
容器
②
构件
③
线程
④
布局管理器
查看完整题目与答案
【单选题】
当单击鼠标或拖动鼠标时,触发的事件是( )。
①
KeyEvent
②
ActionEvent
③
ItemEvent
④
MouseEvent
查看完整题目与答案
【单选题】
在通常情况下, 下列哪个类的对象可以作为BufferedReader类构造方法的参数( )。
①
PrintStream
②
FileInputStream
③
InputStreamReader
④
FileReader
查看完整题目与答案
【单选题】
不属于java.io包中的接口的是( )
①
DataInput
②
DataOutput
③
DataInputStream
④
ObjectInput
查看完整题目与答案