Home »
MCQs »
CherryPy MCQs
Which of the following file interacts directly with the database to provide various services or to store permanent data?
37. Which of the following file interacts directly with the database to provide various services or to store permanent data?
- Config.py
- Model.py
- Controllers.py
- Server.py
Answer: B) Model.py
Explanation:
Model.py file interacts directly with the database to provide various services or to store permanent data.