1. public static boolean useList(String[] arr, String targetValue) { return Arrays.asList(arr).contains(targetValue); public static boolean useList(String[] arr,
1. public static boolean useList(String[] arr, String targetValue) { return Arrays.asList(arr).contains(targetValue); public static boolean useList(String[] arr,