Q. Which function is used to serve static files in development?
β
Correct Answer: (B)
static.serve
Explanation: `django.views.static.serve` is used in development for serving static files.