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

Easy explanation: While loop repeats a set of code only until the CONDITION is MET.



Discussion

No Comment Found

Related InterviewSolutions