News

As noted in the comments, Java arrays employ C-like zero-based indexes and so using an index of 0 obtains the first element. /** * Extract the first element from the provided List of Strings.