What is a jsp page?
No Answer is Posted For this Question
Be the First to Post Answer
Can we define a class in a jsp page?
Is there a way to reference the "this" variable within a jsp page?
How does JSP handle run-time exceptions?
How can we disable java code or scripting in jsp page?
Can we use methods in JSP? If so where the methods are stored in servlet class file?
6 Answers Bodhtree, Cognizant, Persistent, TCS,
What are the steps for creating custom tags in jsp?
Which language is used to write servlets and jsp?
What are the advantages and disadvantages of thread-safe jsp page?
Perform a browser redirection from a jsp page?
How to connect jsp and java file?
How do I view a jsp file?
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?