Explain lifecycle methods.
Explain the jsp implicit objects?
What is difference between sendredirect and requestdispatcher?
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
What is _jspservice method?
What is the difference between jsp and thymeleaf?
How can I use jsp in the mvc model?
What is jsp declaration?
Give a sample jsp configuration in the deployment descriptor.
How can html output be prevented from being cached?
what is the difference between jsp and servlets ?
What is jsp param?
What is context in jsp?
Can we write java code in 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?