Categories:
.NET (357)
C (330)
C++ (184)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (2)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is ActionServlet
What is ActionServlet?
✍: Guest
The class org.apache.struts.action.ActionServlet is called the ActionServlet. In the the Jakarta Struts Framework, this class plays the role of controller. All the requests to the server goes through the controller. Controller is responsible for handling all the requests.
2007-12-12, 6154👍, 0💬
Popular Posts:
How do you target a specific frame from a hyperlink? Include the name of the frame in the target att...
What is application domain? Explain. An application domain is the CLR equivalent of an operation sys...
What will be printed as the result of the operation below: main() { char s1[]="Cisco"; char s2[]="sy...
How To Merge Values of Two Arrays into a Single Array? - PHP Script Tips - PHP Built-in Functions fo...
Which one of the following statements is TRUE in regard to overloading the ++ operator? 1 You cannot...