Process Each Token
while (st1.hasMoreTokens()){
// process each token
String s3 = st1.getNextToken();
if (st3.equals(“exit”)) done = true ;
}
Previous slide
Next slide
Back to first slide
View graphic version