What is jsp index?
No Answer is Posted For this Question
Be the First to Post Answer
How can we use beans in jsp?
Which one is better jsp or servlet?
Why are jsp pages the preferred api for creating a web-based client program?
What is the difference between server side and client side programming?
How to call java method in jsp page on button click?
Can a constructor be used in place of init() method to initialize a servlet?
Can you explain what is jsp page life cycle?
What are JSP ACTIONS?
How to print java variable in jsp?
what is difference between the contart and implementation?
What are the different types scripting elements in jsp?
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?