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?
What are the implicit, internal el jsp objects and their differences from jsp objects?
Tell us about the stages (phases) of the jsp life cycle.
Is the session object always created on the jsp page, is it possible to disable its creation?
How does error handling occur with jstl?
Why are implicit objects not available in a regular jsp page?
Why is it not recommended to use script elements in jsp?
How can I extend the functionality of jsp?
How to make a “new line in html” in jsp?
Can I use javascript on jsp page?