How do you define the lease of the object?



How do you define the lease of the object?..

Answer / guest

By implementing ILease interface when writing the class code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?

1 Answers  


Write the .net syntax for 'for loop'?

1 Answers  


how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process?

1 Answers  


What is the difference between VB and VB.NET?

2 Answers  


How do you define the lease of the object?

1 Answers  


What is lazy initialization?

1 Answers  


Can we have same method with same name and signature using partial classes

1 Answers  


What is the concept of inheritance in .net?

1 Answers  


What is lambda expressions in c#?

1 Answers  


What is a design pattern and what is it for?

1 Answers  


String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12

6 Answers  


What is the use of common language runtime?

1 Answers  


Categories