Question 10
Given that HTTP is stateless, which approach is commonly used to manage application state between the client and the server?
Storing all state permanently in frontend memory across sessions
Allowing the frontend to handle complex business logic and data storage
Client or server maintaining state and explicitly exchanging it through requests
Eliminating state entirely from web applications