InterviewSolution
Saved Bookmarks
| 1. |
The while loop repeats a set of code while the condition is not met?(a) True(b) FalseI had been asked this question by my school teacher while I was bunking the class.This interesting question is from Control Statements topic in section Operators and Control Statements of Java |
|
Answer» Right CHOICE is (B) False |
|