One of the ways Web forms are different from standard forms is that Web forms are "stateless
what does "stateless mean?
Answer(s)
- Data displayed on the Web form is a snapshot, but a connection is maintained to the serverand the form data is automatically refreshed.
- Data displayed on the Web form is a snapshot, meaning that a connection to the server is notmaintained and that the form data is not dynamically updated.
- Data displayed on the Web is dynamically updated and refreshed automatically.
- Data displayed on the Web form cannot be updated or refreshed.
Correct Answer Data displayed on the Web form is a snapshot, meaning that a connection to the server is notmaintained and that the form data is not dynamically updated.