Home »
MCQs »
Zend Framework MCQs
Which of the following method allows you to obtain a unique instance each time?
23. Which of the following method allows you to obtain a unique instance each time?
- Build()
- Get_build()
- Get()
- New()
Answer: A) Build()
Explanation:
Build() method allows you to obtain a unique instance each time.