What is difference between page and pagecontext in jsp?



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

Post New Answer

More JSP Interview Questions

Why do we need custom tags in jsp?

1 Answers  


What are scripting elements?

1 Answers  


How can a cookie is deleted with JSP?

1 Answers  


How do I use comments within a jsp page?

1 Answers  


What is jsp param?

1 Answers  


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?

1 Answers  


How to delete a cookie in jsp?

1 Answers  


What are the components of jsp?

1 Answers  


What is jsp and why is it needed?

1 Answers  


Can you stop multiple submits to a web page that are initiated by clicking to refresh button?

1 Answers  


Which jsp life cycle is in correct order?

1 Answers  


Can we use jsp implicit objects in a method defined in jsp declaration?

1 Answers  


Categories