aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes Final Mock Test  Question 26 Head First and Servlets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "Final Mock Test  Question 26 Head First and Servlets" Watch "Final Mock Test  Question 26 Head First and Servlets" New topic
Author

Final Mock Test Question 26 Head First and Servlets

Mohit G Gupta
Ranch Hand

Joined: May 18, 2010
Posts: 634

Final Mock Test Question 26 Head First and Servlets




Which of the following lines of code, if inserted independently at Line 5, will cause the text
within the ctherwise tag to display? (Choose all that apply)

A. books.add("");
B. books.add(null);
C. books.clear();
D. books.add("Head First");
E. books = null;

Correct answer are B,D

Options D,E makes the result of EL

return false and will cause the text
within the ctherwise tag to display.
Moreover,

will cause the El to return True.

Correct answer should be D,E


OCPJP 6.0 93%
OCPJWCD 5.0 98%
Mohit G Gupta
Ranch Hand

Joined: May 18, 2010
Posts: 634

Please Help me fellow ranchers.
Frits Walraven
Rancher

Joined: Apr 07, 2010
Posts: 1066

Hi Mohit,

The correct answers should be C and E, check the errata

Regards,
Frits
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Final Mock Test Question 26 Head First and Servlets
 
Similar Threads
HFSJ mock exam 2 Question -Standard Actions
Question regarding answers in HFSJ 2nd ed mock exam
HFSJ 2nd edition Mock exam questions 6, 11,26,34,49 and 69
HFJS (V2) Final Mock Question 26 is wrong?
Question 26 of HFSJ Final mocktest