Comment Re:kudos to gosling... (Score 3, Insightful) 453
goto statements in Java are virtually useless. There are other, better ways to accomplish anything a goto statement would be used for in Java (break and continue come to mind Remember, Java is not C or C++. It has it's own way of doing things. That's why we use Java. If we tried to "fix" everything C/C++ developers thought was "wrong" with it, we'd just have C all over again.
Thanks, but no thanks. I'll stick with my "evil" non-GPL Java.
Thanks, but no thanks. I'll stick with my "evil" non-GPL Java.