Multiple choice technology web technology

Characteristics of the Web Services programming model.

  1. a. Use Web protocols

  2. b. Are stateless

  3. c. Are loosely coupled

  4. Use XML as the universal data format

  5. e. a and c only

  6. f. all the above

Reveal answer Fill a bubble to check yourself
F Correct answer
Explanation

Web Services characteristics include: using web protocols (HTTP/HTTPS), statelessness (no client session context stored), loose coupling (minimal dependencies between services), and XML as universal data format. All four characteristics are correct.