What is response sendredirect?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Java Servlet & JSP?
Which of the following action variable is used to include a file in jsp?
What is the use of implicit object named "application" in Application?
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.
What will happen if iselignored attribute is set as false?
How does a jsp work?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What is jsp and servlets?
What is the use of session management?
Why do we use expression language in jsp?
can i extend jsp page like other java classes ?
What are jsp lifecycle methods?