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?
No Answer is Posted For this Question
Be the First to Post Answer
What jsp lifecycle methods can be overridden?
How do you restrict page errors display in the JSP page?
Give a sample jsp configuration in the deployment descriptor.
how can i update the marque in jsp without changing the sourse code
what is difference between the contart and implementation?
Why taglib is used in jsp?
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.
Is jsp compiled?
Why are jsp pages the preferred api for creating a web-based client program?
What program opens a jsp file?
What is jsp? Explain
What is jsp language?