What is forward() and include() of servlets
RequestDispatcher interface?
Answer Posted / ravikiran
forward will make the flow into a different page,where as
include mechanism will include the page to the current
response and continues the flow.
Note:the forward and include should be called before the
response is committed for example before the call to flush()
or flushBuffer() or the write method in the response stream
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
List out difference between a JavaBean from a Servlet?
Is java servlet still used?
Explain Action Servlet?
Explain the architechure of a servlet?
What is Client-Server Computing?
Why are http servlets used in programming?
Why filter is used in servlet?
What must be implemented by all servlets?
How do you run a servlet?
What is java servlet session?
What are important features of Servlet 3?
What is servletconfig?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
Is that servlet is pure java object or not?
How many objects of a servlet is created?