What is displayed by the following code?
```
String[] tokens = "A,B;C;D".split("[,;]");
for (int i = 0; i < tokens.length; i++)
System.out.print(tokens[i] + " ");
```
a. A,B;C;D
b. A B C D
c. A B C;D
d. A B;C;D
b. A B C D
You might also like to view...
The ___________________button in the Method Editor is used to add a parameter to a custom method.
Fill in the blank(s) with the appropriate word(s).
When a worksheet is selected that is part of a group, the [Group] notation displays in the ________
Fill in the blank(s) with correct word
Edge lets you annotated pages with _____.?
A. ?Web Notes B. ?Sticky Notes C. ?Annotate Now D. ?Markup Notes
________ is the assurance that the systems responsible for delivering, storing, and processing information are accessible when required by authorized users.
A. Integrity B. Confidentiality C. Availability D. Authenticity