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
#71. Which declares the current JSP page to be an error page?

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

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

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

#73. If a servlet is designed to execute in single-threaded mode as part of a distributed Web application, which is true?

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

#74. Given:
  1. public class ExamsheetsServlet extends GenericServlet
  2. implements SingleThreadModel {
  3. public void doPost
  4. (ServletRequest req, ServletRespone resp) {
  5. } }
Which is true?

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

#75. You are developing a Web application to provide inventory management for a wine store. The application will require an Inventory class, to manage the whole store inventory, and an InventoryItems class, to represent the specific information about an item in the inventory. The InventoryItem class has the following goals:
• The information is an InventoryItem object is immutable.
• The inventory data is stored in a remote server.
• The InventoryItem will be referenced multiple times in the same JSP.
Which design pattern matches the goals of the InventoryItem class?

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

#76. Which J2EE design pattern unifies and simplifies workflow by interpreting user request and dispatching screen from a single point?

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

#77. As a programmer at Examsheets Inc you are developing a Web application that must load information from several different sources, including databases and XML files.
Which design pattern is intended to support this functionality?

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

#78. Which J2EE design pattern provides flexible, extensible access to data and other resources?

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

#79. Given this code from the doGet method, where response is an HttpServletResponse:
  1. 12. response.setStatus(HttpServletResponse.SC_MOVED_TEMPORARILY);
  2. 13. response.setHeader(“Location”, “http://www.Examsheets.net”);
Which is equivalent?

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

#80. Given:
  1. 1. public class ServletExamsheets extends HttpServlet {
  2. 2. public void doGet(HttpServletRequest request,
  3. 3. HttpServletResponse response)
  4. 4. throws ServletException, IOException
  5. 5. {
  6. 6. try {
  7. 7. Integer.parseInt(“one”);
  8. 8. } catch(Exception e) {
  9. 9. String message = “Caught exception”;
  10. 10.
  11. 11. }
  12. 12. }
  13. 13. }
Which two, inserted individually at line 10, will place a descriptive message and the stack trace of the caught exception in the servlet log file? (Choose two)

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