Write a method public static ArrayList append(ArrayList a, ArrayList b) that appends one array list after another.

Question:

Write a method

public static ArrayList append(ArrayList a, ArrayList b)

that appends one array list after another. For example, if a is 1 4 9 16 and b is 9 7 4 9 11 then append returns the array list
1 4 9 16 9 7 4 9 11

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: