![]() Related Questions Static PagesQuick and easy to put together, even by someone who doesn't have much experience. Ideal for demonstrating how a site will look. Cache friendly, one copy can be shown to many people. Dynamic Latest Answer : static page: user can not interact with these pages i.e, not customiseddynamic page: user can interact with these pages i.e, customised and database access can be done through these pages ... Read Answers (2) | Asked by : raja Latest Answer : The default size of cache is doubles of your system RAM size.i.e.if ur ram is of 128mb then the default cache size is 256mb. ... Read Answers (1) | Asked by : upendrakulkarni Which is better one to follow1.Creating object every time passing values as a parameters to constructor and add to the listor2.Create it once i.e, default constructorand assign values to properties and Latest Answer : Supplying parameters to the constructor at the time of object creation to initialize the object fields wil incur lesser cost compared to initialising fields through properties.Reason: Properties are nothing but 'get_' and 'set_'Â METHODS and therefore ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||