(42
(Choose 1 answer)
Which method can be invoked on a session object so that it is never invalidated by the servlet container automatically?
A. setMaxInactiveInterval(-1)
B. setTimeOut(Integer.MAX_INT)
C. setMaxInactiveInterval(Integer.MAX_INT)
D. setTimeOut(-1)
Elt