Show the 2 types of comments in JSP.
No Answer is Posted For this Question
Be the First to Post Answer
What is the advantage of using getProperty action, as compared to the accessor method?
Are dialogue tags necessary?
Can we write a class inside Jsp?
How do I use a scriptlet to initialize a newly instantiated bean?
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 jsp container?
What is request getcontextpath ()?
Give the syntax for jsp comments.
What are jsp el implicit objects and how it’s different from jsp implicit objects?
What is a jsp directive?
What is jsp page?
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?