You are not logged in.
#1 2015-11-06 06:41:32
Which method can be used to keep track of number of concurrent users?
Java Quizzes SCWCD (Sun Certified Web Component Developer)
Question:
Which method can be used to keep track of number of concurrent users?
Option A):
HttpSessionBindingListener
Option B):
ServletSessionListener
Option C):
HttpSessionListener
Option D):
ServletContextListener
Correct Answer is Option C):
HttpSessionListener
Explanation:
Whenever a session is created the sessionCreated method of HttpSessionListener will get invoked. We can use this method to keep track of the number of users.
Online Web Tutorials And Interview Questions With Answers Forum:
https://globalguideline.com/forum/
Offline
2015-11-06 06:41:32
- Advertisement
- Ads By Google
Re: Which method can be used to keep track of number of concurrent users?
\n