What is http redirect?
Answer / Saurabh Gautam
In web development, an HTTP redirect is a response sent by a server indicating that the requested resource has been moved to another URL. The client (usually a web browser) is then instructed to request the new URL.nnThere are several types of HTTP redirects, but the most common are 301 Moved Permanently and 302 Found.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we write Structs application without using Action Class directly or indirectly(extends Action class)
Will the struts tags support other markup languages such as wml ?
What is actionform in struts?
What’s the difference between struts and espresso?
What is used to display the intermediate result in an interceptor?
What is the purpose of struts.xml in struct2?
What are the some useful annotations introduced in struts2?
where you will implement the tiles in struts?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
Why we use struts in java?
Can you explain the directory structure for a struts folder in brief ?
What is the purpose of @key annotation annotation?