SyntaxFix
Write A Post
Hire A Developer
Questions
In Java 8 we can use stream List1.stream().collect(Collectors.toList()).addAll(List2); Another option List1.addAll(List2)