Multiple choice technology web technology

How many server objects are available in asp?

  1. 3

  2. 5

  3. 6

  4. 8

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

Classic ASP has six server objects: Application, ASPError, Request, Response, Server, and Session. These objects provide essential functionality for building dynamic web pages, with each serving a specific purpose like managing state, handling errors, or processing client requests.