How do HTTP handlers differ from HTTP modules?
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.