What are jsp lifecycle methods?
No Answer is Posted For this Question
Be the First to Post Answer
Give a sample jsp configuration in the deployment descriptor.
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?
What is c tag in jsp?
How can we handle the exceptions in jsp?
When does a container initialize multiple jsp / servlet objects?
How to configure init parameters for jsp?
How can I override the jspdestroy() method within a jsp page?
What do you know about pagecontext and what are the advantages of using it?
What are different types of comments used in jsp?
What is directive jsp?
Which implicit object is not available in normal jsp pages?
What is context url?