What is difference between page and pagecontext in jsp?
Answer / Tariq Anwar
JSP Page is a document that contains both static and dynamic content, while pageContext represents the current JSP page's context object which provides access to information about the page.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we need custom tags in jsp?
What are scripting elements?
How can a cookie is deleted with JSP?
How do I use comments within a jsp page?
What is jsp param?
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?
How to delete a cookie in jsp?
What are the components of jsp?
What is jsp and why is it needed?
Can you stop multiple submits to a web page that are initiated by clicking to refresh button?
Which jsp life cycle is in correct order?
Can we use jsp implicit objects in a method defined in jsp declaration?