•LoginInterpreter lines 72, 73:
create a StringTokenizer st for this String
•Line 74 checks for no
tokens (blank line)
•Line 77
gets the first token for the value of the variable visitor - in
this case “register”
•Test on 81is true so line 82 sends this LoginInterpreter
a register message, passing it the rest of the
StringTokenizer
•