Please post your code between code tags, not quote tags.

From this line:

String[] tokens = threeWord.split("");

the variable tokens is intended to be AN ARRAY of String objects or literals. ...