InterviewSolution
Saved Bookmarks
| 1. |
What is the out implicit object? |
|
Answer» The out implicit object is an instance of a javax.servlet.jsp.JspWriter object and is used to send content in a response. |
|