Internationalization

© examsiri.com
Question : 11 of 18
 
Marks: +1, -0
Given:
1. String test = "a1b2c3";
2. String[] tokens = test.split("\\d");
3. for(String s: tokens) System.out.print(s + " ");

What is the result?
Go to Question: