Search Results

0
votes

Language features you should never use?

Personally in Java I do not like do while loops, I seem to be able to use While and For loops just fine, but I wouldn't say you should NEVER use them. …