SyntaxFix
Write A Post
Hire A Developer
Questions
Arrays.asList is bridge between Array and collection framework and it returns a fixed size List backed by Array.
species = Arrays.asList(speciesArr);