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

Computer Science & Information Technology

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).

Computer Science & Information Technology

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

Computer Science & Information Technology

Edge lets you annotated pages with _____.?

A. ?Web Notes B. ?Sticky Notes C. ?Annotate Now D. ?Markup Notes

Computer Science & Information Technology

________ 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

Computer Science & Information Technology