Advanced Java Question: Download Advanced Java PDF

Can we have more than one action servlet?

Tweet Share WhatsApp

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 PDF Read All 24 Advanced Java Questions
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)?