What is difference between jsp and javascript?
No Answer is Posted For this Question
Be the First to Post Answer
What are different types of comments used in jsp?
What is use of scriptlet tags in jsp?
Which tag is used for error handling in jsp pages?
What is directive jsp?
What are context initialization parameters?
Can I use javascript on jsp page?
What are jsp el implicit objects and how it’s different from jsp implicit objects?
What are the three tags used in jsp bean development?
What are the advantages of jsp over servlet?
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 should we not configure jsp standard tags in web.xml?
Why taglib is used in jsp?