0 votes
in JAVA by
Which of the following is used to skip an iteration in a loop in Java?

a) break

b) continue

c) return

d) skip

1 Answer

0 votes
by
Answer: b) continue

Explanation: The “continue” keyword is used to skip an iteration in a loop in Java.

Related questions

0 votes
asked Apr 8, 2021 in JAVA by SakshiSharma
0 votes
asked May 4 in JAVA by rahuljain1
...