A servlet can __________ to another servlet, JSP, or HTML page using the RequestDispatcher.
- communicate
- forward
- redirect
- transfer
A servlet can forward to another servlet, JSP, or HTML page using the RequestDispatcher.
Loading...
Related Quiz
- Which HTTP method is idempotent and used primarily for retrieving data?
- Identify the listener interface that would be used to log session creation and destruction.
- To secure a servlet, developers often use _________ combined with _________ to restrict access.
- The __________ API in Java EE is used for declarative security in web applications.
- How does PreparedStatement help in preventing SQL injection attacks?