The RequestDispatcher object is obtained using the getRequestDispatcher() method of the ServletContext interface, not the RequestDispatcher interface itself. This is because ServletContext provides the context for resource dispatching within the web application.