regarding id attribute in web.xml

Hello all,

i am a trinee, given one project for case study. In that .. jsp's and servlet's, web.xml they mentioned id attribute in every servlet tage and servlet-mapping tage. Here my doubt is they didn't mention about this in any servlet *.java or *.jsp file, is they used any other( *.xml) file to maintain this .....

[335 byte] By [sricharana] at [2007-11-27 11:01:20]
# 1

servlet & servlet-mapping tags will be used by the container to find the respective servlet classes. check servlet-class tag under servlet & servlet-mapping.

AnanSmritia at 2007-7-29 12:36:07 > top of Java-index,Java Essentials,Java Programming...