What do you know about pagecontext and what are the advantages of using it?
What is jsp and why is it needed?
What is jstl (jsp standard tag library)?
Explain scriptlet, expression and declaration in jsp.
How to deactivate el usage on jsp?
Why is it not necessary to configure standard jsp tags in web.xml?
What are the implicit, internal objects and methods on the jsp page?
How to configure init parameters for jsp?
How to comment out jsp code?
Give a sample jsp configuration in the deployment descriptor.
What is the difference between a jspwriter and a servlet printwriter?
Give an example of using your own tags.
What jsp lifecycle methods can be overridden?
How can I handle jsp page errors?
What do you know about writing custom jsp tags?