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

What are the types of loops in Java, and how are they used?

Answer Posted / nashiinformaticssolutions

• In Java, for loops are used to repeatedly run statements for a specified number of times. When a programmer knows how many times to run a statement, they use a for loop.
•When some statements must run continuously until a condition is met, the while loop can be helpful. Before statements are executed in while loops, the condition is checked.
•With the exception of checking the condition after a block of statements has been executed, the do while loop is identical to the while loop. Do while loop statements should also run at least once.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between Object Based Language and Object Oriented Language?

1087


Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.

1112


What is the basic concept of java?

1068


What are the advantages of defining packages in java?

1038


Why is java called the platform independent programming language?

1062


How can you read content from file in java?

1054


Can a singleton class be inherited?

1013


What is the finalize method do?

1151


For class CFoo { }; what default methods will the compiler generate for you>?

1116


What does the string method compareto () do?

1114


can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread

1038


Differentiate between stringbuffer and stringbuilder in java.

1082


Explain importance of inheritance in java?

1080


What is output buffer?

1093


What is the base class for error and exception?

1038