How is jsp include directive different from jsp include action. ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the differences between the jsp custom tags and java beans?
What does jsp mean in text?
What is _jspservice method?
Can we call servlet from jsp?
How can the output of JSP or servlet page be prevented from being cached by the browser?
What is difference between sendredirect and forward?
What does jstl mean?
Is jsp used?
What is contextpath?
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?
What is tld file?
How can I override the jspinit() and jspdestroy() methods within a jsp page?