|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#1. Given: 1. public class ServletTest extends HttpServlet{ 2. public void goGet( 3. HttpServletRequest request 4. HttpServletResponse response) 6. { 7. String message = *In doGet*; 8. 9. } 10. }
Which two, inserted individually at line 8, will each place an entry in the servlet log file? (Choose two)
Show comments for this question (0)
Add comments
Link to this question
|
|
#2. 1. <%@ taglib uri=’exmaple’ prefix=’example’%>
2. <example:aTagWithABody>
3. <%=”BODY CONTENT”%>
4. </example:aTagWithABody>
If the aTagWithABodytag extends javax.servlet.jsp.tagext.TagSupport, and anr1 that tag’s handler returns EVAL_BODY_BUFFERED from doStartTag, what is the result of processing the JSP code?
Show comments for this question (0)
Add comments
Link to this question
|
|
|
|
gen. 0.128
|
Server date 16:15 02-12-2008
|
Developed by Zip © 2006
|
|
 |
|
|