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 function is the entry point for a DLL in MS Windows 3.1?
how encapsulation is implemented in c#
Describe the types of comments in c#?
What is a linq in c#?
What is a c sharp?
Why we use extension method in c#?
How does aspect oriented programming work?
Explain About stateless and state full web service
What is exe file in c#?
What is double c#?
Can property be private in c#?
Define c# i/o classes? List the commonly used classes?
What is returned if you pass the value 12.34 to the parsefloat () function?
How to use reflection to call generic method?
What is a reference type c#?