Which package does a jsp api consist of?
Answer / Rohitash Singh
The JSP API consists of the javax.servlet.jsp and javax.servlet packages.
| Is This Answer Correct ? | 0 Yes | 0 No |
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?
What is pagecontext?
What is jsp servlet?
What is the <jsp:forward> standard action?
What jsp lifecycle methods can I override?
What is the purpose of jsp?
Is jsp compiled?
Can we override the jspinit(), _jspservice() and jspdestroy() methods?
Tell us about the jsp life cycle methods.
Explain some jsp life-cycle methods that can be overridden.
How does the Jsp Expressions works ? What happens at the back?
Define JSP Scriptlet.