Is predicate a functional interface?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What are the types of serialization?

0 Answers  


What is static classes in c#?

0 Answers  


what are the different ways a method can be overloaded?

0 Answers   Siebel Systems,


What are some of the commonly used commands in sqlcommand?

0 Answers  


What is the use of static in c#?

0 Answers  






What is Delegate and what is it used for ?

0 Answers   NA,


Method1() { 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 Answers  


Do while loops yes or no c#?

0 Answers  


What is the delegate in c#?

0 Answers  


wipro interview question on 28-Apr-10 1.what type of authentication used in web service, 2.what are type of multithreding ? 3.diff bet delegate and multithreading? 4.how to write update query trigger in stored procedure. 5. if you are so sharp then what happens when you click .net appln exe in system,who CLR get loaded. 6.how to use work flown in application. 7.what is main purpose of script manager. 8.how u handle cretical transaction. 9.how you syncronize the method from no of user, 10.how change name of shared assambly

1 Answers  


How do you prevent a method from being overridden in c#?

0 Answers  


What is ac callback?

0 Answers  


Categories