📚 Practice Mode

Java Programming Fundamentals and Core Concepts

Learn at your own pace with hints and detailed explanations

1 / 15
Multiple Choice

Which type of loop in Java executes once, even though the initial condition is false?

  1. While loop
  2. For loop
  3. Do while loop
  4. Iterator
  5. For each loop