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
Explain the architechure of a servlet?
If some new data has entered the database, explain how can a servlet refresh automatically?
Does servlet have main method?
What do you understand by mime type?
What is session?
What is the use of attribute in servlets?
Given the request path below, which are context path, servlet path and path info?
How does tomcat servlet container work?
What is http servlet? Explain with the help of an example.
Why servlet is faster than jsp?
What's the advantages using servlets than using cgi?
What is a servlet context object?
Why the container loads server at the application startup and how?
What is servlet in tomcat?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?