单选题—______ you come with me to Lang Lang’s piano concert this evening?—I’d love to, but I have to study for my math test.AShouldBMayCMustDCan

单选题
—______ you come with me to Lang Lang’s piano concert this evening?—I’d love to, but I have to study for my math test.
A

Should

B

May

C

Must

D

Can


参考解析

解析:
句意:—今晚你能和我一起去听郎朗的钢琴演奏会吗? —我很想去,但是我得准备我的数学考试。本题考查情态动词的用法。结合语境可知D项can“能够”为正确选项。should应该。may可能。must必须。

相关考题:

–I am wondering if you'd like to go to a concert with me this evening.–() A、Yes, I am.B、No, I will come.C、Yes, no wonder.D、I can't make it today. How about tomorrow?

char类型被封装在()中。A.java.lang.IntegerB.java.lang.Char anC.java.lang.BooleD.java.lang.Char acter

在Java中,字符串由java.lang.String和( )定义。A.java. lang. StringCharB.java. lang.StringBufferC.java. io. StringCharD.java. io. StringBuffer

在Java中,所有类的根类是A.java.lang.ObjectB.java.lang.ClassC.java.applet.AppletD.java.awt.Frame

–Would you like to come to my house for dinner Sunday night – _________________ A、Well, I see.B、All right! Thanks for inviting me.C、Come on, let s go.

下列说法正确的是()A、java.lang.Clonable是类B、java.lang.Runnable是接口C、Double对象在java.lang包中D、DoublEa=1.0是正确的java语句

Whichtwoclassescorrectlyimplementboththejava.lang.Runnableandthejava.lang.Cloneableinterfaces?() A.AB.BC.CD.DE.E

在Java中,字符串由java.lang.String和( )定义。A.java.lang.StringCharB.java.lang.StringBufferC.java.io.StringCharD.java.io.StringBuffer

publicclassThreads2implementsRunnable{publicvoidnun(){System.out.println(”run.”);thrownewRuntimeException(”Problem”);}publicstaticvoidmain(String[]args){Threadt=newThread(newThreads2());t.start();System.out.println(”Endofmethod.”);}}Whichtwocanberesults?()A.java.lang.RuntimeException:ProblemB.run. java.lang.RuntimeException:ProblemC.Endofmethod. java.lang.RuntimeException:ProblemD.Endofmethod. run.java.lang.RuntimeException:ProblemE.run. java.lang.RuntimeException:ProblemEndofmethod.

WhichtwocanbeusedtocreateanewThread?() A.Extendjava.lang.Threadandoverridetherunmethod.B.Extendjava.lang.Runnableandoverridethestartmethod.C.Implementjava.lang.threadandimplementtherunmethod.D.Implementjava.lang.Runnableandimplementtherunmethod.E.Implementjava.lang.Threadandimplementthestartmethod.

Given:Which exception or error will be thrown when a programmer attempts to run this code?() A.java.lang.StackOverflowErrorB.java.lang.IllegalStateExceptionC.java.lang.ExceptionInInitializerErrorD.java.lang.ArrayIndexOutOfBoundsException

Given:Which two can be results?() A. java.lang.RuntimeException: ProblemB. run.java.lang.RuntimeException: ProblemC. End of method.java.lang.RuntimeException: ProblemD. End of method.run.java.lang.RuntimeException: ProblemE. run.java.lang.RuntimeException: Problem End of method.

下列说法正确的是( )。A.java.lang.Integer是接口B.java.lang.Runnable是类C.Double对象在java.lang包中D.Double对象在java.lang.Object包中

Java.lang.Thread、java.lang.Number、java.lang.Double、java.lang.Math、java.lang.Void、java.lang.Class、java.lang.ClassLoader

请问所有的异常类都继承下面的______类。A.java.lang.ExceptionB.java.lang.ThrowableC.java.io.ExceptionD.java.lang.Error

char类型被封装在( )中。A.java.lang.IntegerB.java.lang.CharC.java.lang.BooleanD.java.lang.Character

Java API ee支持线程的类或接口是( )。 Ⅰ.java.lang.Thread Ⅱ.java.lang.Runnable Ⅲ.java.lang.ThreadGroup IV.java.io.SerializableA.I,ⅡB.I,Ⅱ,ⅢC.I,Ⅱ,IVD.I,Ⅱ,Ⅲ,Ⅳ

Lily: Thank you again for the concert tickets you sent me. It was wonderful.Phil:______.

下列方法中可以用来创建一个新线程的是()。A、实现java.lang.Runnable接口并重写start()方法B、实现java.lang.Runnable接口并重写run()方法C、继承java.lang.Thread类并重写run()方法D、实现java.lang.Thread类并实现start()方法

下列JDK中的API调用中若使用不当易遭致OS命令注入的是()A、java.lang.System.load()B、java.lang.Runtime.exec()C、java.lang.Thread.start()D、java.lang.Process.waitFor()

Which two can be used to create a new Thread? ()A、 Extend java.lang.Thread and override the run method.B、 Extend java.lang.Runnable and override the start method.C、 Implement java.lang.thread and implement the run method.D、 Implement java.lang.Runnable and implement the run method.E、 Implement java.lang.Thread and implement the start method.

单选题下列能够正确创建线程的方法是(  )。Ⅰ.继承java.lang.Thread类,并重写run()方法Ⅱ.继承java.lang.Runnable类,并重写start()方法Ⅲ.实现java.lang.Thread接口,并实现run()方法Ⅳ.实现java.lang.Runnable接口,并实现run()方法AⅠ,ⅡBⅡ,ⅣCⅡ,ⅢDⅠ,Ⅳ

多选题Which two can be used to create a new Thread?()AExtend java.lang.Thread and override the run method.BExtend java.lang.Runnable and override the start method.CImplement java.lang.thread and implement the run method.DImplement java.lang.Runnable and implement the run method.EImplement java.lang.Thread and implement the start method.

单选题M: Would you like to come to a concert on Friday?  W: ______, but I’m busy that evening.AIt’s hard to sayBWell, I’d love toCYes, I likeDGood! I’ll think

单选题下面()接口是JavaBean必须实现的。Ajava.lang.RunnableBjava.io.SerializableCjava.lang.ClonableDjava.beans.BeanInfo

单选题Java.API中支持线程的类或接口是(  )。Ⅰ.java.lang.ThreadⅡ.java.lang.RunnableⅢ.java.lang.ThreadGroupⅣ.java.io.SerializableAⅠⅡBⅠⅡⅢCⅠⅡⅣDⅠⅡⅢⅣ

单选题Karen: Can you tell me if my proposal was accepted?  Mitchell: ______ But, you can come see me if you have any better ideas.AThat’s very good.BIt’s very kind of you.CI’m glad you did that.DIt was turned down.