What is a pageContext Object in JSP?
Answers
Answered by
0
☆☞ Here is ur answer ☜☆
✔✔ In JSP, pageContext is an implicit object of type PageContext class.
✔✔ The pageContext object can be used to set,get or remove attribute from one of the following scopes: page. request. session. application.
HOPE IT HELPS!
Answered by
0
hello!!
☆☞ Here is ur answer ☜☆
✔✔ In JSP, pageContext is an implicit object of type PageContext class.
✔✔ The pageContext object can be used to set,get or remove attribute from one of the following scopes: page. request. session. application.
HOPE IT HELPS!
Similar questions