Advanced Java Question:
Download Questions PDF

Can we have more than one action servlet?

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)?