Internationalization

© examsiri.com
Question : 1 of 18
 
Marks: +1, -0
Given:
1. String test = "This is a test";
2. String[] tokens = test.split("\s");
3. System.out.println(tokens.length);

What is the result?
Go to Question: