Multiple choice technology web technology

-------- is an application that exposes a programmatic interface through standard access methods

  1. windows services

  2. windows forms

  3. web services

  4. web forms

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

Web services are applications that expose programmatic interfaces through standard access methods like HTTP and SOAP, enabling cross-platform communication. Windows services are background applications, Windows Forms and Web Forms are UI frameworks.