Java - Add String array to String list
If you have a String[]
that you want to add to a List<String>,
you can do so using the following:
If you have a String[]
that you want to add to a List<String>,
you can do so using the following: