About Question com.enthuware.ets.scjp.v6.2.318 :
Posted: Tue Jan 17, 2012 12:18 pm
"Using a continue in a while loop causes the loop to break the current iteration and start the next iteration of the loop."
Trick question
I answered false, because of the wording. When using continue in a while loop, it causes the loop to break, the condition be evaluated and possibly the next iteration will start! So I think the answer is false, not true.
You will now probably tell me something along the lines of "The real exam can contain ambiguous wording too"
Trick question

You will now probably tell me something along the lines of "The real exam can contain ambiguous wording too"
