About Question com.enthuware.ets.scwcd.v5.2.116 :
Posted: Sun Jul 08, 2012 9:39 pm
Assuming that the Servlet Container has just called the destroy() method of a servlet instance, which of the following statements are correct?
options -
4>There are no container threads running over this instance's service method.
5>All threads created by this servlet are done.
What is the difference between above two options? Option 4 is marked as correct answer whereas option 5 is not.
options -
4>There are no container threads running over this instance's service method.
5>All threads created by this servlet are done.
What is the difference between above two options? Option 4 is marked as correct answer whereas option 5 is not.