InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between List View And Obj-list? |
|
Answer» List view is GENERALLY used for complex QUERIES where sorting is REQUIRED and also we can retrieve less information using PAGING. List view is generally used for complex queries where sorting is required and also we can retrieve less information using Paging. |
|