What is context url?
No Answer is Posted For this Question
Be the First to Post Answer
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 we use beans in jsp?
Can init method be overridden?
What is difference between include directive and jsp:include action?
what is the difference between jsp and servlets ?
What is jsp language?
How to forward a request to another source?
What is the _jspservice() method?
What is contextpath?
How do I set password expire time period?
What are jsp el implicit objects and how it’s different from jsp implicit objects?
What is custom tag library?