The __________ attribute of the session object is used to store objects.
- getObject()
- saveAttribute()
- setAttribute()
- storeObject()
The setAttribute() method of the session object is used to store objects in the session.
Loading...
Related Quiz
- What is the primary purpose of the POST method in HTTP?
- For file download, what Content-Type should be set in the servlet response?
- What mechanism does WebSocket use to achieve full-duplex communication?
- Which HTTP method is idempotent: GET or POST?
- A ________ is a unique identifier generated by the server and sent to the client to maintain a session.