I need to concatenate two String arrays in Java. What is the easiest way to do this?
How to concatenate two arrays in Java? Anonymous User 2115 16 May 2015 I need to concatenate two String arrays in Java.void f(String[] first, String[] second) { String[] both = ???}What is the easiest way to do this?
Can you answer this question?
Write Answer1 Answers