507Software EngineeringMedium
What is the difference between HTTP handlers & HTTP modules________?
ANone of the above
BHttphandler is an class and Httpmodule is an assembly
CHttphandler is an event handler and httpmodule is module to do some task
DAll of the above
Correct answer
B. Httphandler is an class and Httpmodule is an assembly
Explanation
The correct answer is Httphandler is an class and Httpmodule is an assembly.