Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which of the following is used to exit a loop in Java?
Home
JAVA
Which of the following is used to exit a loop in Java?
0
votes
asked
May 4
in
JAVA
by
rahuljain1
Which of the following is used to exit a loop in Java?
a) break
b) continue
c) return
d) exit
exit-loop
java
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 4
by
rahuljain1
Answer: a) break
Explanation: The “break” keyword is used to exit a loop in Java.
...