Home »
MCQs »
CherryPy MCQs
Which of the following functions is a default function that is loaded initially when a certain controller is called?
41. Which of the following functions is a default function that is loaded initially when a certain controller is called?
- Initiate()
- Get()
- Index()
- Users()
Answer: C) Index()
Explanation:
The index function is a default function that is loaded initially when a certain controller is called.