Multiple choice technology web technology

__________________ provides a means for running an external program in response to a browser request, typically to process a web based form.

  1. Common Gateway Interface

  2. CORBA

  3. IIS Server

  4. Java Servlets

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

CGI (Common Gateway Interface) is the standard protocol for web servers to execute external programs that generate web content dynamically, typically processing form data. CORBA is for distributed objects, IIS Server is a Microsoft web server product, and Java Servlets are Java-based server-side programs (not external programs in the CGI sense).