Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Are application, pageContext and object of ServletContext
same or not?

Answers were Sorted based on User's Feedback



Are application, pageContext and object of ServletContext same or not?..

Answer / farhaananwar

application and object of ServletContext are same. In jsp
page application implicit variable represents object of
ServletContext but pageContext represent object whose super
class is SerlvetContext. the class of PageContext has some
conviniant methods for manipulation of attributes of
different scopes. These methods are findAttribute, get/set/
removeAttribute that accept last parameter as a int value
representing scope to which attribute pass to methods
belongs.
The PageContext has integral contant value for showing
scopes which are PAGE_SCOPE, REQUEST_SCOPE, SESSION_SCOPE
and APPLICATION_SCOPE. These constant values are used as a
last arguement to set/get/removeAttribute methods to
indicate to which scope the attribute belong. such a methods
and consant values are not present in its super class
ServletContext.

Is This Answer Correct ?    3 Yes 0 No

Are application, pageContext and object of ServletContext same or not?..

Answer / ramanareddy333

application and object of servlet context is same
remaining not same.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More JSP Interview Questions

Are application, pageContext and object of ServletContext same or not?

2 Answers  


How can I use jsp in the mvc model?

0 Answers  


Is jsp server side scripting language?

0 Answers  


What is session tracking in jsp?

0 Answers  


Is jsp page extensible true false?

0 Answers  


What is meant by session management?

0 Answers  


Is jsp technology extensible?

0 Answers  


Can an interface be implemented in the jsp file?

0 Answers  


What is custom tag library?

0 Answers  


How can we disable java code or scripting in jsp page?

0 Answers  


Which method cannot be overridden in jsp?

0 Answers  


What is jsp in html?

0 Answers  


Categories