Convert String to ArrayList

# Introduction In this lab, you will learn how to convert a string to an `ArrayList` in Java. We will use the `asList()`, `split()`, and `add()` methods to convert a string into an `ArrayList`.

|60 : 00

Click the virtual machine below to start practicing