Showing posts with label add. Show all posts
Showing posts with label add. Show all posts

Tuesday, May 29, 2012

How to concatenate two arrays in Java?


I need to concatenate two String arrays in Java.




void f(String[] first, String[] second) {
String[] both = ???
}