Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain break statement and continue statement?

Answer Posted / ranganathkini

The break statement exits the loop execution and starts
executing the statement just after the loop.

The continue statement stops executing the rest of the
current iteration and starts the next iteration.

Is This Answer Correct ?    26 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to display arraylist values in java?

1065


How do you find the absolute value?

1099


What is predicate in java?

1099


What is boolean keyword in java?

1171


What is formatted output?

1015


If an application has multiple classes in it, is it okay to have a main method in more than one class?

1055


What is meant by class loader? How many types are there?

1322


How static variable work in java?

1186


What are the elements of java?

1065


Difference between Linked list and Queue?

1076


Is it compulsory for a try block to be followed by a catch block in java for exception handling?

1053


What is substring in java?

1297


Given a singly linked list, determine whether it contains a loop or not without using temporary space?

1026


What is difference between final and finally in java?

1143


What is difference between next () and nextline () in java?

1039