Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
Which package does jsp api consist of?
What are the different types of directives available in jsp?
What is a jsp directive?
Can you disable jsp scripting?
Can we write a class inside Jsp?
what is the page attribute in JSP?
How can you make the finally clause not to fail to execute?
How can we handle the exceptions in jsp?
What is the jsp:getproperty action?
What is jsp index?
how can i get a scjp certification??
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?