Which of the following is an example of a database connection that needs to be created once at the beginning of a script and then used throughout its code?
A. ActiveRecord
B. Factory pattern
C. Singleton
D. Model-view-controller
Explanation:
One Comment on “Which of the following is an example of a database connection that needs to be created once at the beginning o”
I agree with the answer. C
0
0