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?
1048How do you prevent the creation of a session in a jsp page and why? What is the difference between include directive & jsp:include action?
1009
What is the use of requestdispatcher?
What is jsp technology?
How can a thread safe JSP page be implemented?
How to find out the name of the http method using jsp el?
Can I run jsp on xampp?
How many jsp scripting elements are there and what are they?
What is tag file?
How to include static files in a jsp?
What is session object in jsp?
Explain jsp:plugin action?
What are the features of jsp?
Can you explain what is jsp page life cycle?
What is jsp and how it works?
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this
How do I run a jsp file in linux?