Q. Which view type handles HTTP methods like GET, POST in Django?
β
Correct Answer: (A)
Function-based view
Explanation: Function-based views define logic for HTTP methods like GET and POST.