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...


Differentiate between break and continue?



Differentiate between break and continue?..

Answer / Prince Kumar Rahul

"The 'break' statement in Kotlin ends the current iteration of a loop, whereas 'continue' skips the current iteration and continues with the next one."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Kotlin Interview Questions

What is the difference between inline and infix functions? Give an example of each.

1 Answers  


Describe the use of extension function?

1 Answers  


Why developers can prefer kotlin over java?

1 Answers  


Which type of programming does kotlin support?

1 Answers  


How does interoperable feature work in Kotlin for java ?

1 Answers  


What is the use of abstraction in Kotlin?

1 Answers  


What are the data classes in Kotlin? How are they defined?

1 Answers  


Which is the default modifier for a method, variable, class?

1 Answers  


Tell three most important benefits of using Kotlin?

1 Answers  


What is the type of the following Array?, val arr = arrayOf(1, 2, 3);

0 Answers  


How to write string template expression?

1 Answers  


Can you migrate code from java to kotlin?

1 Answers  


Categories