Moderate

If in an ASP.NET application one want to create http handlers which of the interface is used________________?

Correct answer: C. IHttpHandlerFactory

  • A. pipeline
  • B. Handler
  • C. IHttpHandlerFactory
  • D. None of the above

Explanation

IHttpHandlerFactory is used by ASP.NET to create and return HTTP handler instances for processing requests. IHttpHandler defines the handler's processing behavior, while the factory manages its creation.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions