Prepare for your Next Interview
This is a discussion on caching within the JSP forums, part of the Web Development category; what do u mean by caching in Jsp?...
|
|||
|
Re: caching
Hi! Sweet Person,
Caching JSP allows you to cache fragments (for temporary storage of data likely to be used again) of your JSP pages. It uses different attribute tags. Its caches the body of your JSP pages between the beginning and ending tags according to the attributes specified. Hope you got it. Thank you, Raafay. |