whats the difference between servlet-config.xml ang web.xml?

whats the difference between servlet-config.xml ang web.xml?
[67 byte] By [g1_4alla] at [2007-10-3 10:18:54]
# 1
web.xml is the standard configuration for all Java EE web modules.servlet-config.xml appears to be pertinent only for Struts apps.you don't have to have servlet-config.xml if you don't use Struts, but you've got to have web.xml.%
duffymoa at 2007-7-15 5:40:01 > top of Java-index,Java Essentials,Java Programming...