|
|
| Java JSP Interview Questions |
|
What is JSP?
What are the lifecycle phases of a JSP?
What is a translation unit?
How is JSP used in the MVC model?
What are context initialization parameters?
What is a output comment?
What is a Hidden Comment?
What is a Expression?
What is a Declaration?
What is a Scriptlet?
What are the implicit objects?
What’s the difference between forward and sendRedirect?
What are the different scope values for the ?
Why are JSP pages the preferred API for creating a web-based client program?
Is JSP technology extensible?
What is difference between custom JSP tags and beans?
|
|