How do HTTP handlers differ from HTTP modules?

Choose the correct answer

Explanation

Option B is correct because an HTTP handler is implemented as a class that processes individual HTTP requests, whereas an HTTP module is compiled as an assembly that can intercept and modify requests throughout the application lifecycle.

How do HTTP handlers differ from HTTP modules? — ASP.net | PakQuizHub