CIW Exam Questions

which of the following session methods would allow the developer to set the timeout period so that a

For J2EE 1.3, which of the following session methods would allow the developer to set the timeout
period so that a session will be automatically invalidated if it has not been used during the
specified interval?

A.
session.setTimeOutInterval()

B.
session.setMaxInactiveInterval()

C.
session.setInactiveTimeOutInterval()

D.
session.setMaxTimeOutInterval()