InterviewSolution
Saved Bookmarks
| 1. |
How sendError method works? |
|
Answer» This method sends a status code (usually 404) along with a short message that is automatically formatted inside an HTML document and sent to the client. |
|