Which of the following statements is TRUE regarding the request object in JSP?
1
It is used to store data between different sessions.
2
It allows you to write data to the server's console.
3
It represents the request sent by the client to the server.
4
It is primarily used for outputting HTML content.