I am new to Servlets. I am going through the basics and i discovered that even i put the name of different servlest in these tags
<servlet-name> </servlet-name>
<servlet-class> </servlet-class>
then also it works fine.
I want to know that what's the importance of presence of web.xml in a servlet project and how does it controls the execution of servlets ?