[Solved]Displayed Following Code Stringt Tokens B C D Split 1 Int 0 Tokenslength Systemprint Token Q37183518
What is displayed by the following code? Stringt] tokens “A, B:C:D”.split (“,:1″): for (int i 0: i < tokens.length: i+) System.out.print(tokens[i] ” O A,B;C:D OA B;C:D ABCD ABC,D Show transcribed image text What is displayed by the following code? Stringt] tokens “A, B:C:D”.split (“,:1”): for (int i 0: i
Expert Answer
Answer to What is displayed by the following code? Stringt] tokens “A, B:C:D”.split (“,:1”): for (int i 0: i < tokens.length: i+) ... . . .
OR

