What is the purpose of inter-servlet communication?

devquora
devquora

Posted On: Feb 22, 2018

 

Inter-servlet is used to request different servlet from servlet services techniques. It can be possible with Request Dispatcher forward () and include () programs. It also gives you the more features in a invoke for using a different 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...