How do you pass the data from one servlet to another
servlet?
Answer Posted / rams
can any one post the structure of the webapps folder?? i created a login servlet n redirect servlet,i've sent values from login to redirect...can any one post the structure?? its showing an error like,redirect is not found...pls help me
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is servlet collaboration?
Can you send an authentication error from a servlet?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
How can the referrer and the target urls be used in servlet?
Explain request dispatcher and its methods.
What if we pass negative value in load-on-startup?
What do you mean by cgi?
Can we override destroy method in servlet?
What is Servlet API used for connecting database?
Explain jsessionid and when is it created?
What are the common methods that are included in the http servlet class?
Can you call a jsp from the servlet?
request parameter how to find whether a parameter exists in the request object?
How to rectify errors in java servlet while compilation?
Write the code to get the server information in servlet.