您现在的位置:在线题库 >> 计算机类 >> JSP网页编程
  • ID:9373-10886
    异常的处理,可在该方法的代码段中包含3类代码:finally代码块。

  • 相关试题查看更多

  • ID:9373-21133
    Servlet中,使用(   )接口中定义的(   )方法来处理客户端发出的表单数据请求。

    a)  HttpServlet  doHead          b)  HttpServlet  doPost
    c)  ServletRequest  doGet        d)  ServletRequest doPost

    查看解析

  • ID:9373-16004
    假设在helloapp应用中有一个hello.jsp,它的文件路径如下:
      %JAVA_HOME%/webapps/helloapp/hello/hello.jsp 那么在浏览器端访问hello.jsp的URL是什么? ( )
    A.http://localhost:8080/hello.jsp
    B.http://localhost:8080/helloapp/hello.jsp
    C.http://localhost:8080/helloapp/hello/hello.jsp
    D.http://localhost:8080/webapps/helloapp/hello/dello.jsp


    查看解析

  • ID:9373-21083

    使用JavaScript语言中Document_   __方法可以在页面上输出字符。

    A. document.write()    B.document.print()
    C. document.out()        D.document.flush()

    查看解析

  • ID:9373-10890

    一个Bean由三部分组成:、提供getXxx()和setXxx()方法访问它的属性。

    查看解析

  • ID:9373-21090

    session对象的_________方法用于设置会话的超时时间。

    A. session.setMaxInactiveInterval(30);

    B.session.setMaxTime(30) ;

    C.session.getMaxInactiveInterval() ;

    D.session.setAttribute(“time”,30) ;

    查看解析