shailendra sharma


{ City } pune
< Country > india
* Profession * senior devloper
User No # 17844
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 12
Users Marked my Answers as Wrong # 35
Questions / { shailendra sharma }
Questions Answers Category Views Company eMail




Answers / { shailendra sharma }

Question { Polaris, 36201 }

What is the difference between pageContext and page
implicit objects in jsp?


Answer

Page Implicit Object :
8 type of Implicit object are genreted when JSP file is
converted into Servlet

8 type of Implicit Object are
(1)Page
(2)pageContext
(3)application
(4)session
(5)exception
(6)config
(7)request
(8)responce


pagecontext is type of implicit Object

in pageContext two method is available
(1)include
(2)forward


it is equvaalect in servlet to RequestDispatcher

Is This Answer Correct ?    5 Yes 27 No

Question { Zensar, 16191 }

If we disable cookies in our web page, what will happen?


Answer

Cookies is used for identify to request.
if we disable the coookies then we cannot identify the
request

Is This Answer Correct ?    7 Yes 8 No