What is the default server used by Flask during development?

What is the default server used by Flask during development?

a) Apache
b) Nginx
c) Werkzeug
d) uWSGI

Answer:

c) Werkzeug

Explanation:

Werkzeug is a comprehensive WSGI (Web Server Gateway Interface) web server used by Flask for development purposes.

Reference:

Flask Quiz – MCQ Questions and Answers

Scroll to Top