Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between RequestProcessor and
RequestDispatcher?

Answers were Sorted based on User's Feedback



What is the difference between RequestProcessor and RequestDispatcher?..

Answer / suresh kumar

Request processor is a class which is responsible for
handling request and response it is provided by struts
framework if we want to customize our controller we can
make in this class.

Request Dispatcher is an interface which supports for
dispatching request from one page to another page in a
application(page may be a servlet file,JSP etc)

Is This Answer Correct ?    60 Yes 3 No

What is the difference between RequestProcessor and RequestDispatcher?..

Answer / vikas

RequestProcessor:
Is a controller in struts.It recieves the request from the
client and makes decision where to send the request for
further processing based on the
servlet-config.xml

RequestDispatcher:
defines an object that accepts the request from the browser
and send it to any resource (such as servlet, JSP or HTML)
on the server.

Is This Answer Correct ?    15 Yes 2 No

What is the difference between RequestProcessor and RequestDispatcher?..

Answer / sandya

ThanQ Suresh. My doubt is clarified. Have u any real time
projects on struts?

Is This Answer Correct ?    9 Yes 2 No

What is the difference between RequestProcessor and RequestDispatcher?..

Answer / guest

Request processor is a class which is responsible for
handling request and response it is provided by struts
framework if we want to customize our controller we can
make in this class.

Request Dispatcher is an interface which supports for
dispatching request from one page to another page in a
application(page may be a servlet file,JSP

Is This Answer Correct ?    7 Yes 1 No

What is the difference between RequestProcessor and RequestDispatcher?..

Answer / samit katiyar

Request Dispatcher is an interface which supports for
dispatching request from one page to another page in a
application(page may be a servlet file,JSP...

Request processor is a class which is responsible for
handling request and response it is provided by struts
framework if we want to customize our controller we can
make in this class.

Is This Answer Correct ?    5 Yes 0 No

What is the difference between RequestProcessor and RequestDispatcher?..

Answer / panchu

Request processor is a class which is responsible for
handling request and response it is provided by struts
framework if we want to customize our controller we can
make in this class.

Request Dispatcher is an interface which supports for
dispatching request from one page to another page in a
application(page may be a servlet file,JSP...

Is This Answer Correct ?    4 Yes 0 No

What is the difference between RequestProcessor and RequestDispatcher?..

Answer / sandya

Please explain in simple and understandable words

Is This Answer Correct ?    9 Yes 6 No

What is the difference between RequestProcessor and RequestDispatcher?..

Answer / rajneesh

1.Request Dispatcher is an interface.
2Request Processor is a class.

Is This Answer Correct ?    3 Yes 0 No

What is the difference between RequestProcessor and RequestDispatcher?..

Answer / naveen kumar t

In struts framework we wil call Request processor from doGet
() and doPost() method.

Is This Answer Correct ?    2 Yes 2 No

What is the difference between RequestProcessor and RequestDispatcher?..

Answer / guest

Why we need to customize our controller??

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More Struts Interview Questions

what are the struts tags?

1 Answers  


If we close the browser,when the specific user session is active.Again if we open browse how to retrive it same user??what code i have to da???

5 Answers   TCS,


What is actionform in struts?

0 Answers  


How to pass runtime Parameter in Struts1.2?

2 Answers  


How to use forward action to restrict a strut application to mvc?

0 Answers  


What does modeldriven interceptor?

0 Answers  


Can we have multiple struts config files ?

0 Answers  


What are the classes used as part of struts framework ?

0 Answers  


Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?

0 Answers  


How properties of a form are validated in Struts?

0 Answers  


What is struts in java with example?

0 Answers  


Difference between struts and spring? Or why use spring, if you are already using struts?

0 Answers  


Categories