What is the difference between pageContext and page
implicit objects in jsp?
Answer Posted / shailendra sharma
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 |
Post New Answer View All Answers
What is the use of list in java?
What is null in java?
what is optional in java 8?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
Can we have two methods in a class with the same name?
how does the run() method in runnable work? : Java thread
Can you have two constructors in java?
How do you compare values in java?
How hashmap increases its size in java?
What is autoboxing and unboxing?
Explain when we should make an instance variable private.
how to open and edit XML file in Weblogic???
Which is better 64 bit or 32 bit?
how to one war file class to another war file class?
Can we increase size of array?