Mention the jstl core tags.
No Answer is Posted For this Question
Be the First to Post Answer
What is jsp standard tag library, provide some example usage?
How do I use sendredirect?
What is difference between jsp and javascript?
What are the benefits of pagecontext implicit object?
What are jsp el implicit objects and how it’s different from jsp implicit objects?
how to make a jsp page threadsafe?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
How can a thread safe JSP page be implemented?
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 jsp and servlets are used?
what is the difference between jsp and servlets ?