易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

static void test() throws RuntimeException {  try {  System.out.print(”test “);  throw new RuntimeException();  }  catch (Exception ex) { System.out.print(”exception “); }  }  public static void main(String[] args) {  try { test(); }  catch (RuntimeException ex) { System.out.print(”runtime “); }  System.out.print(”end “);  }  What is the result?() 

A、 test end

B、 Compilation fails.

C、 test runtime end

D、 test exception end

E、 A Throwable is thrown by main at runtime.

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • Servlet间完成协作,需要用到()完成请求指派

    A、Requestdispatcher

    B、Responsedispatcher

    C、Servletdispatcher

    D、includedispatcher

  • 接入网中有三种接口(UNI、SNI、Q3管理接口)。

    A、对

    B、错

  • VRML is a(1)for 3D multimedia and shared virtual worlds on the WWW. In comparison to HTML, VRML adds the next level of interaction, structured graphics, and extra(2)(z and time) to the presentation of documents. The applications of VRML are(3),ranging from simple business graphics to entertaining WWW page graphics, manufacturing, scientific, entertainment, and educational applications, and 3D shared virtual worlds and communities. X3D is the name under which the development of VRML is continued. X3D is based on XML and is backwards(4)with VRML. Furthermore, it is componentized, profiled, and extensible, which makes it possible to use X3D in very different(5),from high-end visualizations to lightweight applications. 空白(2)处应选择()

    A、subject

    B、object

    C、dimensions

    D、disconnection

  • Which three steps are part of the root password recovery process?()

    A

    Reboot the device.

    B

    Run the recovery script.

    C

    Reset the root password.

    D

    Reset the user passwords.

    E

    Load factory-default configuration.

  • Microsoft's COM is a software(1)that allows applications to be built from binary software components. COM is the underlying architecture that forms the foundation for higher-level software services, like those provided by OLE. COM defines a binary standard for function calling between components,a way for components to dynarmically discover the interfaces implemented by other components, and amechanism to identify components and their interfaces uniquely. OLE is a compound(2)standard developed by Microsoft. OLE makes it possible to create(3)with one application and link or embed them in a second application.Embedded objects retain their original format and(4)to the application that created them. Support for OLE is builtinto the Windows and MacOS Operating Systems.A(5)compound document standard developed mainly by Apple and IBM is called OpenDoc. 空白(5)处应选择()

    A、completing

    B、competing

    C、connecting

    D、contained

联系客服 会员中心
TOP