I thought bad thing would happen when I ended a line like this. But compiler didn\'t even complain. Does anybody have an idea, why this is legal in java.
displ
; means end of statement.
for ;; , the second ; will imply that the statement consists of nothing.
;