break leaves a loop, continue jumps to the next iteration.
Continue statement continues the current loop (if label not specified) in a new iteration whereas break statement exits the current loop.