What is the difference between array.find method and
arraylist.find method?
Answer Posted / 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 View All Answers
Which of the following operations can you not perform on an ado.net dataset?
What are the steps to create an assembly and add it to the gac?
How do I automate my desktop application?
What is private readonly in c#?
Can a dictionary have duplicate keys c#?
Why are c# strings immutable?
What are methods c#?
Explain about c# language.
What is the difference between internal and private in c#?
How to open a new form on button click in Windows forms?
What do multicast delegates mean?
What is the benefit of dependency injection c#?
What are the steps to create a webservice and consume it?
How do I declare a pure virtual function in c#?
What is data adapter in c#?