Continue Statement in Java is used to skip the part of loop. Unlike break statement it does not terminate ...
www.c4learn.com