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

Which sorting is best in java?

539


Explain the difference between abstract class and interface in java?

541


Can a boolean be null java?

545


How do you detect memory leaks?

586


Is 0 an even number?

553






Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.

7424


Implement a stack with push (), pop() and min() in O(1) time.

638


What is the difference between heap memory and stack memory?

618


Why is java not 100% pure oops?

622


What is variable and its types?

547


Is a string literal?

528


Does a class inherit the constructors of its superclass in java programming?

532


What is time complexity algorithm?

548


What is linkedlist in java?

512


How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?

582