In this video you will learn how to read data from web.xml which is global to all servlets and also read data which local to servlets.
to read local data from web.xml ServletConfig interface is use
to read global data from web.xml ServletContext interface is use