📚 Practice Mode

Java Programming Basics and Oracle Database Administration

Learn at your own pace with hints and detailed explanations

1 / 5
Multiple Choice

Provide a declaration for i that turns this loop into an infinite loop: while( i != i){ }

  1. String i = "abc"
  2. double i = 0.0/0.0
  3. int i = 3/7
  4. int i = 0