Multiple choice technology programming languages

Sorting can only be done at the client?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.