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?
1092How do you prevent the creation of a session in a jsp page and why? What is the difference between include directive & jsp:include action?
1060
how to write the code of jsp program?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
What is response sendredirect?
What is jsp declaration?
How can I override the jspinit() method within a jsp page?
Give the use of exception object.
What is called jsp directive?
How can I prevent direct access to a jsp page from a browser?
Which package does jsp api consist of?
How are the jsp requests handled?
how can i add properties in dynamic text fields using .js file?
What are jsp el implicit objects and how it’s different from jsp implicit objects?
Why do we use expression language in jsp?
What is JTGrid?
What are the jsp standard actions?