Answer Posted / chaitanya
Scanvenging is the concept to remove the cached data, when server runs on low memory.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain About Global.asax
What is the difference between interface and abstract class in c#?
How can you reference current thread of the method ?
Is namespace necessary in c#?
What is difference between asp net and c# net?
What is thread and explain states of a thread in c#?
Why do we need to serialize data?
What is a nullreferenceexception and how do I fix it?
What do multicast delegates mean?
Are objects passed by reference in c#?
What are the Uses of CLR
How do I create a dbml file?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
How many bits is int32?
What is the difference between internal and private in c#?