Generic Binary Search
In Programming Challenge 3 of Chapter 16 you wrote an ObjectBinarySearcher class. Modify the search method so it is a generic method. The method should use generic notation to accept an array of any objects that implement the Comparable interface. Demonstrate the class in an application.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.