Can we have more than one action servlet?
Answers were Sorted based on User's Feedback
Answer / manjul
yes you can have and if you specify different url patter
like
*.do for one action servlet
*.abc for other action servlet
in your web.xml file
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / saraswathi
yes,we can use 'n' number of ActionServlets in struts
application by the help of extending ActionServlet
org.apache.struts.action.ActionServlet
| Is This Answer Correct ? | 0 Yes | 0 No |
what about static?
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??
Is there a guarantee of uniqueness for entity beans?
Java is fully object oriented languages or not?
difference between applicationserver and webserver
What is preemptive and Non-preemptive Time Scheduling?
what is the RMI / IIOP?
What is runnable?
What is a tasks priority and how is it used in scheduling?
how can u cal servlet from java?
What is JasperReports?
what is the port number of RMI?