Home »
MCQs »
CherryPy MCQs
Which of the following are the thread data containers in CherryPy?
24. Which of the following are the thread data containers in CherryPy?
- CherryPy.response
- CherryPy.request
- CherryPy.client
- Cherry.server
- Both A and B
- Both C and D
Answer: E) Both A and B
Explanation:
CherryPy.response and CherryPy.request are the thread data containers in CherryPy.