What is the most needed for STRUTS ?
Answers were Sorted based on User's Feedback
Answer / jjackie
"ActionServlet" to implement and establish the MVC
functionality.
Is This Answer Correct ? | 3 Yes | 3 No |
How are Servlets and JSP Pages related?
What is a hidden comment in jsp?
How did you implement caching in jsp?
Explain jsp technology?
Explain the <jsp:param> action?
How are the jsp requests handled?
What is jsp container?
Mention the advantages of jsp over pure servlets?
What is jsp processing?
Differentiate between jsp scriptlet tag and declaration tag.
Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?
Which implicit object is not available in normal jsp pages?