Everywhere across the internet people say that you should avoid using label statements in java. However, I find them very useful in some cases, namely nested loops.
I cannot find satisfactory answers as to why not to use them. I think that alternatives to labels often reduce either readability, or performance, or both.
So what makes labeled break and continue statements so bad? Seems to be a duplicate. Check thisstackoverflow.com/questions/46496/…>
以上就是Why should I avoid using Java Label Statements?的详细内容,更多请关注web前端其它相关文章!