What do you know about jsp tags?
No Answer is Posted For this Question
Be the First to Post Answer
Plz any body tell me why use jsp over servlet.what is the benefit of jsp over servlet?
4 Answers Future Generali, HCL,
Mention the various implicit objects used in the expression
Why jsp is used in java?
How to ignore the el expression evaluation in a jsp?
List out some advantages of using jsp.
What is a declaration statement?
What are scripting elements?
What is jsp and its uses?
What are the different directives in jsp?
What is server context?
i have one jsp page. inside this, String s=req.getParameter("raja");...... now we want to remove duplicate characters and o/p will be like "rj".... what is the logic?
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?