class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } what will happen & why?
2 4902Method1() { int a=0, b=0, c=0; Monitor.Enter(this) c = 12; b = 3; a = c/b Moniter.Exit(this) } Method1() { int a=0, b=0, c=0; c = 12; b = 3; lock(this){ a = c/b } } Choose correct answer. a. Upon completion, Method1 and Method2 release the lock b. Upon Comletion, Method1 release the lcok and Method2 not. c. Upon Completion, Method2 release the lock and Method1 not. d. Upon Completion, neither Method1 or Method to release the lock.
1 3571interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?
5 7823what is diffrence between protected ,internal and protected internal?? whether protected field available in derived class which is outside the assembly. if not ..this is possible by which access modifiers??
2 4373Can we have private constructor in our class file. When we are trying to create instance for the class will it create or throw error regarding that?
5 8143I have to create a windows application using C# .net to Modifiy the XML file. The application have to show the node and node value. plz help me.
3 10973How can i load the text box and label at the runtime based on the existing text box and tabel
2 5452i am using windows authentication for c#.net remoting with iis.I uncheck the anonymous access option in directory security.when my client requests the server it returns 401:unauthorized error.How can I resolve the exception ? Please send me the reply as early as possible.
1 4996
What is delimiter in c#?
How does dictionary work in c#?
Are c# generics the same as c++ templates?
What is an indexer in c#?
Why static variables are used?
Explain the difference between “as” and “is” operators used in c#?
What is the difference between list and arraylist c#?
What is default access modifier for class in c#?
What is continue in c#?
Explain About Postback
What are callback methods in c#?
Why we use delegates in c#?
Can you change the value of a constant filed after its declaration?
Is c# good for games?
Give an example of a ctype.