
复制
纠错
➡️如需代学继续教育,联系微信:yizhituziang
【单选题】
Can I help you with your suitcase?
②
No, no. I can carry it myself
④
Thank you. I can manage myself
【多选题】
A: Thank you for your help.B:___________
【单选题】
_______ , I will help you with your work.
【单选题】
Can I buy you dinner in ( ) for your help?
【单选题】
Please help yourself to the fish.
①
Thanks, but fish doesn’t agree with me
【单选题】
A: Please help yourself to the fish. B:[填空]
①
Thanks , but I dont like the fish.
【单选题】
A: Please help yourself to the fish. B: [填空].
②
Thanks, but I dont like fish
④
Well, fish dont suit for
【单选题】
Jane: I’d like to have some ice cream if you don’t mind. Man: ____. Help yourself.?
【单选题】
Why not ______with me? Violent exercise might help to shake you out of your disappointment in love.
④
about to do some sports
【单选题】
You are ____ to decide for yourself.
③
enough old
enough old as
【单选题】
But for your help, we could not __________ .
【单选题】
在try-catch-finally语句块中,以下可以单独与finally一起使用的是( )
【单选题】
以下哪个方法用于定义线程的执行体? ( )
【单选题】
关于异常(Exception),下列描述不正确的是( )
①
异常的基类为Exception,所有异常都必须直接或者间接继承它
②
异常可以用try{ . . .}catch(Exception e){ . . .}来捕获并进行处理
③
如果某异常继承RuntimeException,则该异常可以不被声明
④
异常可以随便处理,而不是抛给外层的程序进行处理
【单选题】
以下对异常的描述不正确的有( )
④
Exception包括RuntimeException和RuntimeException之外的异常
【判断题】
6.当线程类所定义的run( )方法执行完毕,线程的运行就会终止。( )
【判断题】
4.Java系统的标准输入对象是System.in,标准输出对象有两个,分别是标准输出System.out和标准错误输出System.err。( )
【判断题】
5.对象串行化机制是指将程序中对象的状态转化为一个字节流,存储在文件中。( )
【判断题】
7.线程的启动是通过引用其start()方法而实现的。( )
【判断题】
5.Java虚拟机(JVM)中的线程调度器负责管理线程,调度器把线程的优先级分为10个级别,分别用Thread类中的类常量表示。每个Java线程的优先级都在常数1和10之间,即Threa@@MIN_PRIORITY和Threa@@MAX_PRIORITY之间。如果没有明确地设置线程的优先级别,每个线程的优先级都为常数8。( )
【判断题】
4.使用BorderLayout布局管理器时,GUI组件可以按任何顺序添加到面板上。( )