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
#21. You are designing a Web application to guise users through a problem-solving process. All the information about the problems, and their solutions, will be stored in a database. The application will use a central controller to:
• Dispatch requests to the appropriate JSP page.
• Manage the workflow process across pages.
• Load the behavior of the controller dynamically for flexibility.
Which design pattern is intended to achieve these goals?

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

#22. Given:
  1. <jsp:useBean id=”fum” class=”fee.fie.Fo” scope:”application”/>
In which type of object is fum stored as an attribute?

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

#23. Given:
  1. 1. public class JumpingBean {
  2. 2. private String title – “JumpingBean”;
  3. 3. private int num = 10;
  4. 4.
  5. 5. public void setTitle(String title) {
  6. 6. this.title = title;
  7. 7. }
  8. 8. public String getExamsheets() {
  9. 9. return title;
  10. 10. }
  11. 11. public void setNum(int num) {
  12. 12. this.num – num;
  13. 13. }
  14. 14. public int getNum(| {
  15. 15. return num;
  16. 16. }
  17. 17. }
Given index.jsp:
  1. 1. <html><body>
  2. 2. <jsp:useBean id=”bean” class=”com.Examsheets.JumpingBean”/>
  3. 3. <jsp:setProperty name=”bean” property=”*”/>
  4. 4. Title: <%=bean.getExamsheets()%><br>
  5. 5. Num: <%=bean.getNum()%><br>
  6. 6. </body></html>
For the given URL:
http://localhost/index.jsp?num=3
Which two are returned in the generated HTML? (Choose two)

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

#24. Given:
  1. 11. public class Acc extends HttpServlet{
  2. 12. private StringBuffer bar = new StringBuffer(“bar”);
  3. 13. private static StringBuffer xyz = new StringBuffer();
  4. 14. public void doPost(HttpServletRequest req,
  5. HttpServletResponse resp){
  6. 15 StringBuffer Examsheets = new StringBuffer(“Examsheets”);
  7. 16. HttpSession session = req.getSession();
  8. 17. }
  9. 18. }
Which two variables reference objects that are thread-safe? (Choose two)

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

#25. Which two are benefits of the Value Object design patterns for implementing Web applications? (Choose two)

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

#26. You are designing a large, complex Web application that will be structured in a multi-tier architecture. You must provide interfaces based on both HTML and XML. The application must be maintainable over many development and deployment iterations.
Which design pattern is intended to achieve these goals?

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

#27. Within a Web application deployment descriptor, what is the name of the child element of <context-param> that describes a parameter?

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

#28. Which two are true about the basic HTTP authentication mechanism? (Choose two)

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

#29. Which method is invoked on a servlets session object so that a session is never timed out by the servlet container?

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

#30. Which deployment description snippet would you use to declare the use of a tag library?

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.127 Server date 06:19 10-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump