Write a method that returns an array list of Character from a string using the following header:

Question:

Write a method that returns an array list of Character from a string using the following header:
public static ArrayList toCharacterArray(String s)
For example, toCharacterArray("abc") returns an array list that contains characters 'a', 'b', and 'c'.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: