Saved Bookmarks
| 1. |
What Is The Purpose Of Dispatcher Result Type? |
|
Answer» The DISPATCHER result TYPE is the default type, and is USED if no other result type is specified. It's used to forward to a servlet, JSP, HTML page, and so on, on the server. It uses the RequestDispatcher.forward() method. The dispatcher result type is the default type, and is used if no other result type is specified. It's used to forward to a servlet, JSP, HTML page, and so on, on the server. It uses the RequestDispatcher.forward() method. |
|