GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Placement Papers  >  iNautix  >  Technical
Go To First  |  Previous Question  |  Next Question 
 Technical  |  Question 5 of 12    Print  
What is the difference between forward tag and sendRedirect() ?

  
Total Answers and Comments: 1 Last Update: April 26, 2005   
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: Anand
 
A sendRedirect() instructs the browser to reload a different page. So the browser ends up making two calls to get a page. 
A forward() acts on server-side and makes the browser wait while the server internally hands of processing of the request to some other Servlet. That new servlet will respond directly.

Above answer was rated as good by the following members:
jsramesh07
April 26, 2005 17:22:56   #1  
Anand        

RE: What is the difference between forward tag and sendRedirect() ?
A sendRedirect() instructs the browser to reload a different page. So the browser ends up making two calls to get a page. 
A forward() acts on server-side and makes the browser wait while the server internally hands of processing of the request to some other Servlet. That new servlet will respond directly.

 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    

 Related Questions

Latest Answer : A sendRedirect() instructs the browser to reload a different page. So the browser ends up making two calls to get a page. A forward() acts on server-side and makes the browser wait while the server internally hands of processing of the request to ...

Latest Answer : Interface must have an abstract method. Interface have no access modifers. Interface used to define the method and members.  Abstract class is class. it has access modifiers. Abstract class cannot be instantiated but it can be ...
Tags : Abstract

It's pretty straightforward. You can use the java.net.URLConnection and java.net.URL classes to open a standard HTTP connection to the web server. The server then passes this information to the servlet 


 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,
 

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
 

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
 

Technical Terms Used in Testing World

Technical Terms Used in Testing World In this tutorial you will learn about technical terms used in testing world from Audit Acceptance Testng to Validation Verification and Testing mosgoogle Audit An independent examination of a work product or set of work products to assess compliance with specifi
 

Technical Writing: It might just be the foot in the door you need

Technical Writing It might just be the foot in the door you need For new computer science graduates or even tried and true professionals the opportunities in IT seem to be few and far between If you re looking to break into the industry need a foot in the door at a large corporation or are possibly
 

Too Much or Too Little: Common mistakes when presenting technical skills in an IT resume

When writing an IT resume the most common mistake is presenting too much or too little information More often than not techies tend to go heavy on the technical information often leaving out key soft skills and other important data mosgoogle When writing an IT resume it s extremely important that te
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape