-
Instance of a class in a servlet (2 messages)
- Posted by: Jayashree Gopalakrishnan
- Posted on: December 21 2002 08:20 EST
If we have a servlet, in which in the service method() we have an instance of the class. Wht is going to call the instance of this class. like the servlet is called by the servlet container...wht will call the instance of the class...Threaded Messages (2)
- Instance of a class in a servlet by Web Master on December 21 2002 17:33 EST
- Instance of a class in a servlet by Chetan M on December 26 2002 00:32 EST
-
Instance of a class in a servlet[ Go to top ]
- Posted by: Web Master
- Posted on: December 21 2002 17:33 EST
- in response to Jayashree Gopalakrishnan
err..the jvm?
whos on first... -
Instance of a class in a servlet[ Go to top ]
- Posted by: Chetan M
- Posted on: December 26 2002 00:32 EST
- in response to Jayashree Gopalakrishnan
First web container will call the servlet's service() and when it come across class instance , its JVM's turn.