310-083 試験問題を無料オンラインアクセス

試験コード:310-083
試験名称:Sun Certified Web Component Developer for J2EE 5
認定資格:SUN
無料問題数:276
更新日:2026-09-06
評価
100%

問題 1

For manageability purposes, you have been told to add a "count" instance variable to a critical JSP Document so that a JMX MBean can track how frequent this JSP is being invoked. Which JSP code snippet must you use to declare this instance variable in the JSP
Document?

問題 2

Given an HttpServletRequest request:
2 2. String id = request.getParameter("jsessionid");
2 3. // insert code here
2 4. String name = (String) session.getAttribute("name");
Which three can be placed at line 23 to retrieve an existing HttpSession object? (Choose three.)

問題 3

Your web application views all have the same header, which includes the <title> tag in the
< head> element of the rendered HTML. You have decided to remove this redundant HTML code from your JSPs and put it into a single JSP called /WEB-INF/jsp/header.jsp.
However, the title of each page is unique, so you have decided to use a variable called pageTitle to parameterize this in the header JSP, like this:
10. <title>${param.pageTitle}<title>
Which JSP code snippet should you use in your main view JSPs to insert the header and pass the pageTitle variable?

問題 4

Click the Exhibit button.
The attribute "name" has a value of "Foo,"
What is the result if this tag handler's tag is invoked?

問題 5

You are creating a web form with this HTML:
1 1. <form action="sendOrder.jsp">
1 2. <input type="text" name="creditCard">
1 3. <input type="text" name="expirationDate">
1 4. <input type="submit">
1 5. </form>
Which HTTP method is used when sending this request from the browser?

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。