Home »
MCQs »
CherryPy MCQs
Which of the following functions starts the web server in CherryPy?
20. Which of the following functions starts the web server in CherryPy?
- cherryPy.server.initiate()
- cherryPy.server.quickstart()
- cherryPy.server.start()
Answer: B) cherryPy.server.quickstart()
Explanation:
cherryPy.server.quickstart() function starts the web server in CherryPy.