Which of the following statements is true? (Choose one)

Which of the following statements is true? (Choose one)



a. Session data is shared across multiple webapps in the same webserver/servlet container.
b. Any serializable object can be put into a session.
c. A session can only be invalidated after "session-timeout" minutes of inactivity.
d. To use session, the client browser must support cookies.


Answer: A


Learn More :