您的位置:首页 > 编程语言 > Java开发

Top Reasons Why People Think Java Un-Cool - Debunked @ JDJ

2008-05-01 06:12 465 查看
Paul Graham's Great Hackers essay has really touched a lot of People's nerves. The wires are choked with People giving their point of view.
Yet again, though, I have had to sTop and Think - what is it about Java that makes People brand it as the most Un-Cool language on earth? I have had friends look at me like I was a poor sod for "having to" develop in Java. So, let me list all the Reasons I can Think Why People consider Java Un-Cool.
Java has considerably fewer surprises and prefers not to add complexity to the language for rarely used features thereby resulting in a language where you cannot really make your friends go ga-ga at amazingly brief programming constructs. You need to write something substantial [like Gosling's Java.net/index.html" />Huckster] for them be to impressed with your programming abilities and not your language knowledge. This is probably the biggest reason Java is Un-Cool. It's too easy (although programming or software development remains as tough as ever). Java was always touted as the language that the "average" IT programmer can use. It's such a language-for-the-masses that yet again, it fails the "geek" test. And if you use Java, so do you.
Java has been considered slow for ages. The earlier allegations (1995) were true. However, with the recent advancements in the JVMs from SUn and IBM, Java rUns pretty close to C/C++. Check this Javacbenchmark.html" />benchmark. Contrary to this, there are other benchmarks that prove that Java is slower. All considered, it would be fair to say that Java cannot be considered "slow" anymore, yet its stuck with the label.
How Cool is to be the jock with the second fastest race-car in the block?
Swing disasters continue to give Java a bad name. Swing is a brilliant, although hard to learn, API. But the vast majority of Swing applications are so bad that they give Swing and therefore Java a bad name.
Java is a strongly typed language therefore you have to tell the compiler exactly what you intend to use. And if you make a mistake in the way you use it, the compiler has the guts to tell you that you were wrong. Too much chaperoning?
Java has a vast library that is available to all Java developers without any ambiguity. Thus, if you wrote yet another Map you would not be considered a data structures guru by Java programmers but a guy who hasn't heard of Java.util.*.
Java did not have a good IDE that compared with MS Visual Studio. I Think this one was true. I am not so sure it is any more with IntelliJ. The absence of good tools probably pushed away a lot of good programmers.
Java is popular. Anything that is popular has lost its elite status and therefore is not Cool.
Java is an application programming platform. You cannot do Cool things like device drivers and games, etc (Until recently - but Java gaming is coming in a big way).
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: