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

Explain what is the difference between a class and an object, and how do these terms relate to each other?

0 Answers  


Explain .NET architecture?

0 Answers   TCS,


What?s the Unix name for a Windows service equivalent?

1 Answers  


One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?

0 Answers  


Explain the difference between the while and for loop.

0 Answers  






How to load a user control dynamically in runtime?

0 Answers  


What is static constructor, when it will be fired?

0 Answers  


Explain the top .net class that everything is derived from?

0 Answers  


questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }

1 Answers   Manhattan,


Explain the process of compilation in .NET?

0 Answers  


Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.

4 Answers   247Customer,


Is there any thread in our .net programs?

0 Answers  


Categories