Can we have more than one action servlet?

Answers were Sorted based on User's Feedback



Can we have more than one action servlet?..

Answer / dayakar

yes, and it depands on the client

Is This Answer Correct ?    19 Yes 1 No

Can we have more than one action servlet?..

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

Can we have more than one action servlet?..

Answer / yatin

yes

Is This Answer Correct ?    5 Yes 1 No

Can we have more than one action servlet?..

Answer / binod

Yes...But there is no point of creating the application
using struts...

Is This Answer Correct ?    4 Yes 0 No

Can we have more than one action servlet?..

Answer / aditya

Yes,we can more than one servlet...

Is This Answer Correct ?    3 Yes 0 No

Can we have more than one action servlet?..

Answer / harsha kashid

yes

Is This Answer Correct ?    0 Yes 0 No

Can we have more than one action servlet?..

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

Post New Answer

More Advanced Java Interview Questions

What is the difference between a static and a non-static inner class?

0 Answers  


What are JTA/JTS and how they used by client?

0 Answers  


What classes of exceptions may be caught by a catch clause?

0 Answers  


iam writing the contents to a excel through I/O i am putting first statement as WRITE and then READ(from excel) immediately..later user complains that he is not getting the date by using READ ..wat could be the situation

3 Answers   iGate,


What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?

1 Answers  






Why RMI required an interface?

1 Answers  


Different between Struts and Spring? or Why use Spring, if you are already using Struts?

3 Answers   HP,


Are there books about seam?

0 Answers  


Can a thread be a member of another thread?

2 Answers  


What method is used to create the daemon thread?

1 Answers  


what is a dirty read?

1 Answers  


what are the software's needed to develop advanced java 3 tier application project

1 Answers  


Categories