# Introduction In this lab, we will learn how to convert a string to an array using Java code. We will be using the `split()` method of the String class to split a string based on specified delimiter and return an array. By the end of this lab, you will have a clear understanding of how to convert a string to an array in Java.
Click the virtual machine below to start practicing