1. String test = "This is a test";2. String[] tokens = test.split("\s");3. System.out.println(tokens.length);