What is lazy initialization?
Answer / Sajal Shukla
Lazy initialization is a technique where an object's state is not initialized until it is actually needed. This can improve the performance of an application by reducing the number of objects created at startup, but may introduce issues related to thread safety if not implemented correctly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a metadata in .net?
Can we Classic ASP,.Net 1.0, .Net 1.x and .Net 2.0 installed on the same system?
How ASP .NET different from ASP?
How do you handle Start, Pause, Continue and Stop calls from SCM within your application?
How can I find out what the garbage collector is doing?
The project which you have made, which methodology did you use?
Explain how to produce an assembly?
Tell us what is the difference between struct and class?
Explain memory-mapped files.
How will you register com+ services?
What is the Difference between directcast and ctype?
What exactly is being serialized when you perform serialization in .net?