Tag archives for why servlets are server Extensions ?
15 Sep by fetch1 in Programming
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»

No Comment
Tags: why servlets are server Extensions ?