What do you know about pagecontext and what are the advantages of using it?



What do you know about pagecontext and what are the advantages of using it?..

Answer / Ashutosh Mishra

"PageContext is a part of the JSP API that provides access to information about the current HTTP request, response, session, application, and out objects. It simplifies communication between JSP pages and other components. The advantages of using PageContext include easier sharing of data across multiple JSP pages and improved organization of code."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

i am using rich faces datatable rich:datatable. On entering the value, values get filtered in table. Now how can i get the value in back9ing bean..?

1 Answers  


What is jsp translation phase?

1 Answers  


How to configure init parameters for jsp?

1 Answers  


Can you use javascript in jsp?

1 Answers  


Define jsp declaration?

1 Answers  


Can we call servlet from jsp?

1 Answers  


What is difference between java and jsp?

1 Answers  


Is jsp and javascript same?

1 Answers  


Explain some jsp life-cycle methods that can be overridden.

1 Answers  


Can we implement an interface in a jsp?

1 Answers  


How to disable session in jsp?

1 Answers  


What is jsp expression?

1 Answers  


Categories