What is jsp container?
No Answer is Posted For this Question
Be the First to Post Answer
Explain implicit objects in jsp?
Can jsp contain javascript?
What are the different types of directives available in jsp?
List the different scope values for the <jsp:usebean> tag in jsp?
Which tag is used to execute java source code in jsp?
Explain the advantages of jsp?
Is jsp page extensible true false?
What is a javaserver pages (jsp)?
How can I handle jsp page errors?
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?
Why we use jsp instead of html?
What do you mean by custom tag in jsp?