Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.
Let us know at info@questionaries.org
What is the difference between a break statement and a continue statement?
6
like
0
dislike
Hello
What is the difference between a break statement and a continue statement in java?
please reply me. i am waiting for your reply.
Thanx
asked
1 year
ago
by
DBA-boss
(
120,990
points)
java
method
constructor
difference
1 Answer
1
like
0
dislike
Best answer
A break statement results in the termination of the statement to which it applies (switch, for, do, or while). A continue statement is used to end the current loop iteration and return control to the loop statement.
answered
1 year
ago
by
eagles11
(
179,830
points)
Related questions
5
like
0
dislike
1
answer
What is the difference between a while statement and a do statement?
asked
1 year
ago
by
sr_webmaster
(
21,000
points)
java
method
constructor
3
like
0
dislike
0
answers
What is the difference between a constructor and a method?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
constructor
method
java
7
like
0
dislike
1
answer
The superclass constructor runs before the subclass constructor ...
asked
1 year
ago
by
eagles11
(
179,830
points)
method
constructor
superclass
6
like
0
dislike
1
answer
What is the argument type of a program's main() method in java?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
java
method
5
like
0
dislike
1
answer
How can a subclass call a method or a constructor defined in a superclass?
asked
1 year
ago
by
daneim
(
127,080
points)
subclass
superclass
constructor
method