Answer Posted / shahnawaz sheikh
"org.apache.action.ActionServlet" is responsible for
handling all HTTP Requests. ActionServlet is responsible
for configuring your application using struts configuration
file.
After that it calls RequestProcessor which is
responsible for processing content type,mapping,forward and
many other methods.Its duty is to process request i.e fetch
appropiate action from Struts configuration file as per the
request and assigning bean to appropiate ActinForm.
One can customize the way request are handled in
Struts by customizing RequestProcessor Class.
And finally our code begins ..... and controller and model
come into play to give resulting view.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write a program to search a number in the given list of numbers.
What happens if we don’t override run method ?
Difference between serialization and deserialization in java?
Is void a data type in java?
Why Java is not pure Object Oriented language?
What do you understand by java virtual machine?
What do you mean by singleton class in java?
What is the range of the short type?
Can you use this() and super() both in a constructor?
What is string variable?
What classes of exceptions may be caught by a catch clause in java programming?
What is array length in java?
Do I need java on my pc?
How can you read an integer value from the keyword when the application is runtime in java? example?
How do you define a set in java?