欢迎来到求知题库网 求知题库官网
logo
全部科目 > Java认证考试 > SCDCD(310-081)

单项选择题

Given that login.getName() returns a java.lang.String value and given the JSP code:  Welcome <%= login.getName() %>Which is equivalent?()

    <%>A. Welcome <% out.print(login.getName()); %> 
    B. Welcome <% writer.print(login.getName()); %> 
    C. Welcome <% response.out.print(login.getName()); %>
    D. Welcome <% response.writer.print(login.getName()); %> 
    E. Welcome <% response.getOutputStream().write(login.getName()); %>

点击查看答案

相关考题

  • 单项选择题
    Which is equivalent?()

    A.A
    B.B
    C.C
    D.D
    E.E

  • 单项选择题
    What is the result?()

    A. An error occurs during page translation.
    B. Translation is successful, but nothing is included in the response.
    C. Both “10 x 5 = 50” and “2 * 3 = 6” are included in the JSP response.
    D. The text “10 x 5 = 50” is included in the JSP response, but “2 * 3 = 6” is NOT.
    E. The text “2 * 3 = 6” is included in the JSP response, but “10 x 5 = 50” is NOT.

  • 多项选择题
    WhichthreeoccurduringJSPpagetranslation?()

    A. The jspInit method is called.
    B. The JSP page implementation class is created.
    C. The JSP page implementation class is compiled.
    D. The JSP page is validated for syntatic correctness.
    E. The associated tag files are validated for syntatic correctness.

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题