Illustrate the term lazy initialization
Illustrate the term lazy initialization?
Expert
Lazy initialization is a procedure through which an object is not initialized until it is initially called in the code. The .NET 4.0 starts a new wrapper class, i.e. System.Lazy<T>, for the execution of lazy initialization in the application. Lazy initialization assists to decrease the wastage of memory and resources requirements to progress the performance. It also supports the thread-safety.
Name some methods, available in .NET 4.0, which are used to delete and add items from the ListBox control?
Two catch blocks can be executed or not?
What is the EventLog class?
What is the function of Orientation property in a Menu control?
List the types of Cookies that are available in ASP.NET?
How a condition can be implemented in the workflow?
State the concept of constructor?
Explain about the XML elements.
How docking is different from anchoring?
What are HTTP handlers in ASP.NET?
18,76,764
1960318 Asked
3,689
Active Tutors
1457006
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!