why servlets are server Extensions ?
It is because you write your own code to handle the HTTP request and send response accordingly, which server makes use of as per the need. It is because with the help of servlet you can extend the capability of server. Not just Http capability but with your own implementation you ...more»