java concatenate arrays

Java
String[] both = ArrayUtils.addAll(first, second);
Source

Also in Java: