Sorting can only be done at the client?
B
Correct answer
Explanation
Sorting can be performed both at the client level and at the server/database level. Server-side sorting is often more efficient for large datasets, while client-side sorting is useful for smaller data sets or when server resources are constrained. The statement is false.