Computer Science, asked by baibhab94, 9 months ago

what is delay loop in java?​

Answers

Answered by Anonymous
4

Answer:

Time Delay Loops. Time delay loops are often used in programs. These are loops that have no other function than to kill time. Delay loops can be created by specifying an empty target statement.

Answered by smartbrainz
5

Delay Loops in JAVA

The term 'Delay loop' refers to a small JAVA program that purposely induces time delay in  execution.

  • Time delay loops have a specific function of delaying execution. There is no other specific task of a delay loop.
  • The delay can be achieved by specifying an empty target statement.
  • Without a target statement, the loop will only execute incrementally, not doing anything else.
  • The main purpose of this delay is to hold execution so that another program may execute to completion.

To know more about loops in JAVA visit :

https://brainly.in/question/2349066

Similar questions