Answer:
With Guava, you can use either
int[] all = Ints.concat(originalArray);
or
int[] all = Ints.concat(a, b, c);
Step-by-step explanation:
Use GUAVA
1.6m questions
2.0m answers