Wipro TalentNext PBL

Topics Covered

Servlets, Cookie, Session

No. Hands-on Assignment Topics Covered Status

1

Create a Servlet that recognizes first time visitor to web application and responds by saying "Welcome to new user" otherwise “welcome back”

Servlets 	

2

Create a table of the cookies associated with the suitable home page. If there are no active cookies display as stating “No Cookies” otherwise display cookie name and value in a tabular format

Servlets 	

3

Create a Servlet that uses session tracking to keep per-client access counts. Also show other generic- info about the session.