What is the use of jsp implicit objects?
No Answer is Posted For this Question
Be the First to Post Answer
Mention some important jsp action tags.
What is the requirement of a tag library?
Which of the following action variable is used to include a file in jsp?
Why is it that JComponent have add() and remove() methods but Component doesn’t?
When the destroy method of the jsp's are called?
Can we call servlet from jsp?
Explain about the Scriplet and Exclamatory Tag?
How does a jsp engine work?
What is scriptlet in jsp?
How do I use comments within a jsp page?
What is jsp? Explain
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?