What is difference between Forward() and sendRedirect()
methode?
Answer Posted / ravikiran.chd
forward happens on server side,sendredirect happens at
client side
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain servlet.
Who is responsible to create the object of servlet?
Explain the concept of ssi ?
What is a generic servlet?
What is the process to implement doget and dopost methods?
Why do you use session tracking in httpservlet?
What is servlet interface?
What must be implemented by all servlets?
What is the dispatcher servlet?
Explain the custom jsp tags and the beans.
Can a jsp be called using a servlet?
What are the steps that are required to handle the multi-threading?
Is servlet a server side scripting language?
Can you call a jsp from the servlet?
What do you mean by chaining in servlet?