Is linkedhashset synchronized?


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

Post New Answer

More C Sharp Interview Questions

How Reflection is used and what it's significance ?

0 Answers   HCL,


Why to use “finally” block in c#?

0 Answers  


Define a strong name in .net?

0 Answers  


What is Garbage Collection in .Net?

0 Answers  


If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  






What does writeline mean?

0 Answers  


what is the difference between .dll and .exe

0 Answers   HCL,


How do you convert byte array to hexadecimal string, and vice versa?

0 Answers  


What?s the implicit name of the parameter that gets passed into the class? set method?

1 Answers  


What is primitive types in c#?

0 Answers  


Explain how many types of exception handlers are there in .net?

0 Answers  


What is lazy in c#?

0 Answers  


Categories