Life cycle of a servlet

when any request comes for a servlet,(1)a thread is taken from pool and assigned to that request and also(2)request,response objects are created.Kindly let me know what is the sequence of these steps, thread is created first or request,response objects are created first.
[292 byte] By [chatservera] at [2007-11-26 19:27:13]
# 1
http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets4.htmlAlso, google.com would help.
Deal_NoDeala at 2007-7-9 21:53:21 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
> Kindly let me know what is the sequence of these> steps, thread is created first or request,response> objects are created first.What do you plan to do differently based on the answer to that question?
DrClapa at 2007-7-9 21:53:21 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...