Which is NOT mentioned as a method for paying bills?

题目
单选题
Which is NOT mentioned as a method for paying bills?
A

In person

B

By check

C

Over the phone

D

Online

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

It's unwise for you to use "open" cheques when paying your telephone bills.

A.Right

B.Wrong

C.Doesn't say


正确答案:A
解析:根据第四段For this reason, it is always wise to use "crossed" cheques when paying bills or sending cheques through the post.也就是using "open" cheques是不明智的。

第2题:

What are the elements with which a method is concerned?
There are six elements:
1.the nature of language;
2.the nature of language learning;
3.goals and objectives inteaching;
4.the type of syllabus to use;
5.the role of teachers,and instructional materials;
6.the techniques and procedures to use.

第3题:

Which of the following is NOT mentioned?

A.Supermarket. B.Police station. C.School.


正确答案:C

第4题:

Which is the return type of the method main()?    

  • A、 int
  • B、 void
  • C、 boolean
  • D、 static

正确答案:B

第5题:

Which two CANNOT directly cause a thread to stop executing?()

  • A、 Calling the yield method.
  • B、 Calling the wait method on an object.
  • C、 Calling the notify method on an object.
  • D、 Calling the notifyAll method on an object.
  • E、 Calling the start method on another Thread object.

正确答案:C,D

第6题:

Which of the following credit is not mentioned in the passage?

A.irrevocable

B.revocable

C.standby

D.confirmed


正确答案:C
解析:irrevocable credit是不可撤消信用证。revocable credit是可撤消信用证。confirmed credit保兑信用证。standby credit备用信用证。文中只提到了前三种信用证。

第7题:

Given: 6. 7.<%="processing" %> 8. and a custom tag handler for foo which extends TagSupport. Which two are true about thetag handler referenced by foo?()

  • A、The doStartTag method is called once.
  • B、The doAfterBody method is NOT called.
  • C、The EVAL_PAGE constant is a valid return value for the doEndTag method.
  • D、The SKIP_PAGE constant is a valid return value for the doStartTag method.
  • E、The EVAL_BODY_BUFFERED constant is a valid return value for the doStartTag method.

正确答案:A,C

第8题:

听力原文:A cheque is never accepted by the bank on which it is drawn. Hence, the rules relating to acceptance of bills do not apply to cheques.

(9)

A.A cheque can be accepted by the bank on which it is drawn.

B.A bill can not be accepted by the bank on which it is drawn.

C.The rules relating to acceptance of bills are not applicable to cheques.

D.The rules relating to acceptance of bills are applicable to cheques.


正确答案:C
解析:单句意思为“支票绝不会由作为受票人的银行来承兑,因此,有关汇票承兑的原则不适用于支票”。

第9题:

Which statements concerning the methods notify() and notifyAll() are true?  

  • A、Instances of class Thread have a method called notify().
  • B、A call to the method notify() will wake the thread that currently owns the monitor of the object.
  • C、The method notify() is synchronized.
  • D、The method notifyAll() is defined in class Thread.
  • E、When there is more than one thread waiting to obtain the monitor of an object, there is no way to be     sure which thread will be notified by the notify() method.

正确答案:A,E

第10题:

Under which circumstances will a thread stop?()  

  • A、The method waitforId() in class MediaTracker is called.
  • B、The run() method that the thread is executing ends.
  • C、The call to the start() method of the Thread object returns.
  • D、The suspend() method is called on the Thread object.
  • E、The wait() method is called on the Thread object.

正确答案:B

更多相关问题