Answer Posted / rajsekhar
using cookies,url redirecting,
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Tell us about the jsp life cycle methods.
How can we stop errors on display in a jsp page?
Which jsp life cycle is in correct order?
What is jsp? Explain
What is content type in jsp?
How is jsp used in the mvc model?
What are the advantages of jsp?
What is the purpose of
What are the different types of jsp directive?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
How do I save a jsp file?
What is response sendredirect?
What is the full form of jsp?
What is the difference between server side and client side programming?
Explain client-side and server-side validation.