Q. Which method in Django class-based views is used to handle GET requests?
β
Correct Answer: (C)
get()
Explanation: The get() method is used in class-based views to handle GET requests.