GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  Manhattan Associates  >  Technical
Go To First  |  Previous Question  |  Next Question 
 Technical  |  Question 19 of 20    Print  
What is the difference between response.redirect() and forward and request dispatcher ? Which is faster ?

  
Total Answers and Comments: 2 Last Update: November 24, 2005   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 16, 2005 09:33:56   #1  
Sumit Sengar        

RE: What is the difference between response.redirect() and forward and request dispatcher ? Which is f...
forward method of RequestDispatch interface as response.sendRedirect() takes an additional time doing the round trip between client and server.
 
Is this answer useful? Yes | No
November 24, 2005 01:31:15   #2  
Sushil        

RE: What is the difference between response.redirect()...
response.redirect will be carried on server side.It will take client request and then redirect that page on server while forward will be carried on client and this will save time.obiviously forward is faster.
 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : Servlet is faster than JSP,beacuse JSP is a intenal servlet.when you request for a jsp page first time, the Jsp engine compiles the jsp page into servlet and the excute it,this will increase the time to load where as servlet is directly excuted by the ...

Latest Answer : when we want to call a database procedure or want to excute the precompiled codes then we use callable statement.Prepared statement is sql query that is dynamically set for its field or fields.callable statement is inbound  and prepared statement ...

Latest Answer : innerjoin refers to adjustment inside and outer join refers to thetreatment externally ...

Using Session or request.getParameter() or Hidden Variables. 

Latest Answer : ejbPassivate() means it will remove the bean instance from the pool cache, but it will be there in container and when a reference is called ,it will take that instance to pool cache.ejbRemove() means it will remove the bean from the container. ...

What is the difference between response.redirect() and forward and request dispatcher ? Which is faster ?


 Sponsored Links

 
Related Articles

What is difference between call by value and call by reference in function?

The arguments passed to function can be of two types 1. Values passed 2. Address passed The first type refers to call by value and the second type refers to call by reference. For instance consider program1 main() { int x=50, y=70; interchange(x,y); printf(“x=%d y=%d”,x,
 

Client Server : Object Request Brokers

Client Server Object Request Brokers The Importance of Middleware Middleware is the connective layer in client server models The multi vendor software is compiled by designers to enable services that allow multiple machines to process multiple requests and interact across a network It also allows co
 

Data Warehouses Non Technical Issues

Data Warehouses Non Technical Issues When companies get ready to implement a data warehouse few of them pay attention to the political issues that may surround it It must be emphasized that politics can reduce the chances for success with a data warehouse project and I want to warn companies against
 

JSP Response Object

JSP Response Object In this JSP tutorial you will learn about JSP Response object Methods of response Object setContentType addCookie Cookie cookie containsHeader String name setHeader String name String value sendRedirect String and sendError int status code mosgoogle The response object denotes th
 

JSP Request Object

JSP Request Object In this JSP tutorial you will learn about JSP request object JSP request object methods getParameter String name getParameterNames getParameterValues String name getQueryString getRequestURI getServletPath setAttribute String Object removeAttribute String mosgoogle The request obj
 

Difference between Scholarship and Grant

Difference between Scholarship and Grant While both scholarships and grants allow students to pay for their tuition without having to pay the money back there are a number of key differences between the two Knowing the difference between grants and scholarship will make it much easier for students t
 

Technical Aspects of CRM

Technical Aspects of CRM While it must be emphasized that CRM is not a technology there are a number of technical issues that need to be considered when a company decides to implement a CRM system The first technical issue that needs to be analyzed is scalability In a nutshell the CRM system must be
 

The Difference Between Data Mart and Data Warehouse

The Difference Between Data Mart and Data Warehouse The biggest decision facing most IT managers today is whether or not they should construct the data mart before the data warehouse Many vendors will tell you that data warehouses are hard to build as well as expensive mosgoogle If you listen to som
 

ASP.NET Technical Practice Test

ASP NET Technical Practice Test This article provides details about ASP NET Technical Online Practice Test which is made available at geekinterview com Questions are generated randomly each time you take the test Online Practice Test is made available to everyone you too can take the test and get yo
 

C# Technical Practice Test

C Technical Practice Test This article provides details about C Online Practice Test which is made available at geekinterview com Questions are generated randomly each time you take the test Online Practice Test is made available to everyone you too can take the test and get your score assessed mosg
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape