forum

Home / DeveloperSection / Forums / In java, how to concatenate two arrays

In java, how to concatenate two arrays

Anonymous User 3209 01-Jul-2015
Need to concatenate two String arrays in Java.
void f(String[] first, String[] second) {
    String[] both = ???
}
What is the easiest way to do this?

Updated on 01-Jul-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By