Which is algorithm is used to Manage the Memory in .net ??
Answer Posted / chaithra
memory allocation
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What's the difference between an integer and int?
What do you mean by abstract class in c#?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
If a child class instance is created, which class constructor is called first - base class or child class?
Are c# tuples immutable?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
What is different between Boxing and Unboxing?
How do I trim a space in c#?
Is there throws keyword in c#?
Why do we need structs in c#?
What is the use of 0 in c#?
Can we inherit a private class in c#?
What is Wrapper class in dot net?
What do u mean by thread safe?
List down the reason behind the usage of c# language.