Elucidate servlet attributes and its scope?

devquora
devquora

Posted On: Feb 22, 2018

 

Users are able to get, set and delete the attributes from a session, application, request in the web system. It is done by Http Session, Servlet context and Servlet request. This method is very valuable in inter-servlet communication.

Session scope, application scope, and request scope are the qualities/attributes of the servlet.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Java Servlet Interview Questions

    What do you mean by Servlet?

    It is designed by the Java software company. It is used to extend the ability of the server...

    Java Servlet Interview Questions

    Which HTTP method is said to be non-idempotent and idempotent?

    If any HTTP brings the same result every time then it means it is idempotent...