What will be the tokens in the following statement?(以下语句中的标记将是什么?)String str = "red$green&blue#orange"; String tokens = str.split("[$]");
A. "red", "green", "blue"and"orange"
B. "$", "&", and"
C. "
D. "[", "$", "&", "
E. ", and"]"
F. None of theabove