How many tags are provided in jstl?
No Answer is Posted For this Question
Be the First to Post Answer
What is the differences between the jsp custom tags and java beans?
How do we configure init params for jsp?
Can we override jsp service method?
What are the attributes of page directive?
What is error page in jsp?
What is the difference between a scrollbar and a scrollpane in jsp?
What are the different scope values for the <jsp:usebean> tag?
What are the implicit el objects in jsp?
What is difference between html and jsp?
Explain jsp lifecycle methods?
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 difference between servletcontext and pagecontext in jsp?