What is the difference between array.find method and
arraylist.find method?



What is the difference between array.find method and arraylist.find method?..

Answer / sahilmahammad

Array.find() will find the first occurrence from the given
predicate and return the result.
When in ArrayList there is no method like find() if you
still want to find object than you have to use
BinarySearch() which will return the index of the object

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Sharp Interview Questions

What is the default modifier for class in c#?

0 Answers  


What is JIT (just in time)? how it works?

0 Answers  


Is it possible to add two 50 digit numbers in .net? If yes what is the code snippet?

2 Answers   Cognizant, W3 Solutions, Zefer,


What are nested classes in c#?

0 Answers  


What is the base class from which all value types are derived?

0 Answers  






i want the csharp questions&answeres

0 Answers   IBM, Siemens,


Where value types are stored in c#?

0 Answers  


What is a string c#?

0 Answers  


What is the use of console readkey in c#?

0 Answers  


How much time will it take to learn unity?

0 Answers  


What is a datacontract?

0 Answers  


What is hiding in CSharp ?

1 Answers  


Categories