29. This method is main entry point for the worker bean processing and is called by the controller servlet. The name of the method is

Skill/Topic: Beginner
A) void processIncomingRequest(HttpServletRequest request, HttServletResponse response, BeanFactory beanFactory)
B) void processIncomingRequest(HttpServletRequest request, BeanFactory beanFactory ,HttServletResponse response)
C) void processIncomingRequest(BeanFactory beanFactory , HttpServletRequest request, HttServletResponse response)
D) void processIncomingRequest(HttServletResponse response, HttpServletRequest request, BeanFactory beanFactory)

Showing Answers 1 - 1 of 1 Answers

SSK

  • Dec 19th, 2005
 

A

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions