Advanced Java Question:

Download Job Interview Questions and Answers PDF

Can we have more than one action servlet?

Advanced Java Interview Question
Advanced Java Interview Question

Answer:

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

Download Advanced Java Interview Questions And Answers PDF

Previous QuestionNext Question
What is difference between object state and behavior?Why use a datasource when you can directly specify a connection details? (in a J2EE application)?