what is request processor?

Answer Posted / siva

Request processor is a class which is under the controller
layer.this class is uesd to acces the client request from
the actionServlet process the req and then dispatches to
the next layer i.e Model(Action class).Finally Action class
calls the execute() and and it return the ActionForward to
client.

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the drawbacks of singleton class?

800


What is the default size of arraylist in java?

761


What is the difference between stream and buffer?

743


In which language java is written?

767


Can I declare class as static or private?

767


What is a java string?

745


What is tree in java?

682


Does java support multiple inheritance or not?

830


What is java console application?

780


What is jpa specification?

752


What is finalize() function in java?

776


What does string [] args mean?

761


Why does abstract class have constructor?

777


Why are parameters used in functions?

735


What is this () in java?

775