- Q You are creating a shopping cart application for TestKing. The application loads the category and product data only once in each users session. You create two DataTable objects. One DataTable object is named Categories, and the other DataTable object is named Products. The Categories object remains static, but the Products object is modified when the user selects products and enters quantities to purchase. You want to minimize the time it takes the page to reload after each change. Which pair of statements should you use? A. Cache[Categories] = Categories; Session[Products] = Products; B. Session[Categories] = Categories; Cache[Products] = Products; C. Session[Categories] = Categories; Session[Products] = Products; D. Cache[Categories] = Categories; Cache[Products] = Products;
- Q What is the measuring unit of length of light waves?
- Q What is binding (javaserver faces technology)
- Q Who failed his music class at school
- Q What food do Giant Pandas normally eat?
- Q How to repair or restore windows xp
- Q What are synapses?
- Q How is the excretory system of molluscs characterized?
- Q Mention what is the default url pattern used in codeigniter framework?
- Q What is "abstract schema name" ?
- Q a=10;b=5; c=3;d=3; if(a