Write a search method with four parameters: the search array, the target, the start subscript, and the finish subscript. The last two parameters indicate the part of the array that should be searched. Your method should catch or throw exceptions where warranted. Write a driver program to test this method.
The Vector and Arrayl i st both provide the same methods, since they both implement the List interface. The Vector has some additional methods with the same functionality but different names. For example, the Vector addElement and add methods have the same functionality. There are some methods that are unique to Vector. Look at the Java API documentation and make a list of the methods that are in Vector that have equivalent methods in Arrayl i st and ones that are unique. Can the unique methods be implemented using the methods available in Arrayl i st?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here