Where is jsp used?
No Answer is Posted For this Question
Be the First to Post Answer
What is action tag in jsp?
What are the different jsp element types?
What do you mean by jsp directives?
What are the lifecycle phases of a jsp?
why JSP is bigger choice for software development as compare to ASP.
What is jstl?
How to print java variable in jsp?
List all tags that are provided in jstl?
What is the purpose of creating custom tags?
What are advantages of jsp over asp, php, pure servlets and others?
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?
Explain the <jsp:param> action?