What happens in synchronisation?
Answers were Sorted based on User's Feedback
Answer / vijay singh
synchronization is a procee in whic one object can use one
method at a time .
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / vishnuvardhan
Synchronisation is a process in which one trasation can't
be process until other transation is completed.
Is This Answer Correct ? | 3 Yes | 1 No |
Which class comes after the SortedList class?
if a method is marked as protected internal who can access it?
Can a class have static constructor?
What is escape character in c#?
How to call a function when a class implements 2 interfaces and function is present in both interfaces?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
Why do we use static class in c#?
What is Wrapper class in dot net?
What is a bool in c#?
Distinguish between array and arraylist in c#?
Is c# front end or back end?
what is collections in .net? why we use?