English Русский Contacts Site map Add to favorites
Registration
Login
Master braindump list
New braindumps
Submit a dump
Get latest dump
braindumps.com.ua
flame
3COM (7)
Adobe (1)
BEA (1)
Checkpoint (22)
Cisco (20)
Citrix (21)
CIW (15)
Compaq (0)
CompTIA (51)
CWNA (2)
EMC (2)
Exin (4)
GEJOS (4)
HDI (1)
HP (4)
IBM (13)
Juniper (5)
Linux Prof Institute (LPI) (2)
Lotus (11)
Microsoft (2462)
Network Appliance (2)
Novell (16)
Oracle (423)
PLSQL (1)
PMI (5)
SAS (1)
Sun (87)
Teradata (4)
Login:
Password:
RSS feed

Contacts
Certification links
Links
Authorized user can see question and answers.
Please log in or sign up.

Exam question list:
Show all comments
Sun 310-080: Sun Certified Web Component Developer for the Java 2 Platform, Enterprise Edition 1.3
#61. What is the meaning of the SKIP_PAGE constant when it is returned from the doEndTag method?

Show comments for this question (0)
Add comments
Link to this question

#62. Given:
  1. 1. <html>
  2. 2. <body>
  3. 3. <%
  4. 4. for(int i = 0; 1 < 10; i++) {
  5. 5.
  6. 6. }
  7. 7. %>
  8. 8. </body>
  9. 9. </html>
Which can appear at line 5 without causing an error?

Show comments for this question (0)
Add comments
Link to this question

#63. Given:
  1. 3. <a:tagX attr-“123>
  2. 4. <a:tagY>
  3. 5. <a:tagZ/>
  4. 6. </a:tagY>
  5. 7. </a:tagX>
Which TagSupport method can be used by the tagZ handler class to access the tagX handler?

Show comments for this question (0)
Add comments
Link to this question

#64. Which tag library descriptor element name identifies the type of body content for a JSP custom tag?

Show comments for this question (0)
Add comments
Link to this question

#65. Given:
  1. 1. public class ExamsheetsTag extends BodyTagSupport {
  2. 2. public int doAfterBody() throws JspException {
  3. 3. Object obj = pageContext.getAttribute(“anObject”);
  4. 4. return 2;
  5. 5. }
  6. 6. }
Assuming that the Object reference returned in line 3 is not null, in what scope does that object reside?

Show comments for this question (0)
Add comments
Link to this question

#66. How many times can the doEndTag method be called when processing a custom tag handler in a JSP page?

Show comments for this question (0)
Add comments
Link to this question

#67. Given servlet A:
  1. 1. public class A extends HttpServlet {
  2. 2. public void doPost( HttpServletRequest req,
  3. HttpServletResponse resp)
  4. throws ServletException {
  5. 3. String id = “Examsheets”;
  6. 4.
  7. 5. }
  8. 6. }
Servlet A and servlet B share the same active session. Which, inserted at line 4, will allow servlet B to access the value “Examsheets” in subsequent POST requests to servlet B?

Show comments for this question (0)
Add comments
Link to this question

#68. Exhibit:

Assume xyz and servlet abc are in the webapp Web application. Further assume you are using a browser with ALL cookies disabled and you submit an HTTP GET request to abc. Which is true regarding the result of pressing the “Submit to XYZ” button on the page generated by abc?

Show comments for this question (0)
Add comments
Link to this question

#69. Which interface must a class implement so that instances of that class will be notifies when they are added as attributes of an HTTP session?

Show comments for this question (0)
Add comments
Link to this question

#70. Given:
  1. 11. public class Examsheets extends HttpServlet {
  2. 12. public void doPost(HttpServletRequest req,
  3. HttpServletResponse resp) {
  4. 13.
  5. 14. }
  6. 15. }
Assume that no other servlets participating in the same session as servlet Examsheets explicitly invalidate the session. Which, inserted at line 13, will ensure that the session remains valid for at least six minutes?

Show comments for this question (0)
Add comments
Link to this question


 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] ... [16 
Up ^ gen. 0.144 Server date 05:25 10-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump