Convert Integer List to Int Array

# Introduction This lab will guide you in converting an Integer List to an Int Array in Java. There are two ways of doing this - using the `stream.mapToInt()` method or using the `ArrayUtils.toPrimitive()` method.

|60 : 00

Click the virtual machine below to start practicing