When one wants to complete the iteration of a loop prematurely then 'continue' statement is used.While the 'break' statement is used to exit the entire loop whenever encountered.