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