Explain scriptlet, expression and declaration in jsp.
How are the jsp requests handled?
What are the jsp lifecycle phases?
What are the different jsp element types?
What are the implicit objects in jsp?
Explain the difference between forward and sendredirect?
Why jsp is faster than servlet?
Why is it that JComponent have add() and remove() methods but Component doesn’t?
How to comment out jsp code?
What do you know about writing custom jsp tags?
What information is needed to create a tcp socket?
What are context initialization parameters?
When will container initialize multiple jsp/servlet objects?
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
What is scripting elements in jsp?