What is error page in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
How can we retrieve warnings?
How to get value from java to jsp page?
What are different types of comments used in jsp?
Mention the implicit objects in a jsp.
What is jsp and why it is used?
how can we retrieve the values in jsp by using custom tags
What are jsp elements?
How can we disable el?
What do you mean by jsp?
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?
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 is a hidden comment in jsp?