Client-side state management techniques are appropriate when using:
-
sensitive information.
-
critical applications.
-
an intranet.
-
Both a and b.
-
All of the above.
C
Correct answer
Explanation
Client-side state management should not be used for sensitive information (tampering risk) or critical applications (unreliable). It's more appropriate for controlled environments like intranets where security is less of a concern. Public-facing applications with sensitive data need server-side state management.