What are the two kinds of comments in jsp and what's the difference between them ?
No Answer is Posted For this Question
Be the First to Post Answer
What are the implicit, internal objects and methods on the jsp page?
Is jsp platform dependent?
How can we avoid direct access of jsp pages from client browser?
How do I set password expire time period?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
How does el search for an attribute?
Explain the difference between jspwriter and servlet printwriter in jsp?
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 session management in jsp?
What do you know about writing custom jsp tags?
What is the difference between server side and client side programming?
What is custom tag library?