What are the uses of Servlets
Servlets are implemented using java language so these have platform independent feature. These are faster than CGI These have declarative security management feature It is server side component,so servlets inherit the security provided by web server Servlets are a key component in Java for developing web applications. They are server-side programs that run on the … Read more