When we use request.getRequestDispatcher()
it does the forwarding of the request to another servlet to be serviced (correct?). The question I wanted to know is: internally, does this invocation (do not know if that is the correct term) of the other servlet by a new HTTP request or is it something like calling a method?