Arut Jothi

Greenhorn
+ Follow
since Nov 11, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Arut Jothi

How about using other AttributeListerners? On the same question in HFS, there is a ServletContextAttributeListerner is a choice. SO why should I use HttpSessionAttributeListener alone to log. I would do it at Context level because sessions can be multiple for the same user. So if admin user wants to publish currently logged users list How do I do that? Please help me on this.
When doStartTag() returns BodyTag.EVAL_BODY_BUFFERD, setBodyContent() would be called and then doInitBody() would be called then finally doAfterBodyTag would be called.

So only answer B is correct.

Please refer HF book also for more info.