How do I include static files within a jsp page?
No Answer is Posted For this Question
Be the First to Post Answer
What is jsp index?
What is jsp usebean?
Why jsp is used in java?
What are the two ways to include the result of another page?
Can we call servlet from jsp?
What is jsp declaration?
What is the advantage of using getProperty action, as compared to the accessor method?
What is the use of implicit object named "application" in Application?
What is meant by session management?
What is el?
How to comment out jsp code?
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?