Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is lazy initialization?
Home
Phalcon
What is lazy initialization?
0
votes
asked
Dec 30, 2023
in
Phalcon
by
rahuljain1
What is lazy initialization?
lazyinitialization
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 30, 2023
by
rahuljain1
In Loader if a class is added according to its need in program, performance is increased as only specific file is included. This technique is known as lazy initialization.
...