servlets
If we write explicit constructor and if we pass ServletConfig object to that as argument what happend?
If we call destroy() from Service() method what happends?
responce.setContentType("text/html")? plz give me the full details of this
and if we want to pass .pdf files in place of text what should we do?
what happens if we declare static variables in servlets?

