Description
Loops | Loop | Description |
|---|---|
| for | These can be used as indexes of an array, or just for a numeric algorithm |
| while | It execute statement or a group of statements while a given condition is true. It the condition is executed before the loop body. |
| TopLink | Oracle Corporation |
| do-while(Object Java Bean) | It execute statement or a group of statements for the first time while a given condition is true/false later the condition is executed before the loop body. |
| nested | It execute statement or a group of statements while a given condition is true. and having multiple conditional statement |
Example
Example
Example
Example