Login Register






Poll: How you think about Java?
You do not have permission to vote in this poll.
Powerfull
16.67%
5 16.67%
Good
40.00%
12 40.00%
Bad
43.33%
13 43.33%
Total 30 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average


Why people think Java is bad and old language? filter_list
Author
Message
RE: Why people think Java is bad and old language? #31
(01-04-2017, 10:43 PM)Elf Wrote: I have no issues with it nor have heard anyone describe it like that :c

Sad I don't think I like you anymore

(01-05-2017, 08:17 PM)insidious Wrote: One word: Enterprise

if you have a language that made waves like Java did in enterprise, you can be damned sure it's going to stay there for a looong time no matter how shit the language is.

It's for the same reason that some dumbass companies still run Flash. Once it becomes a part of their system higherups find no need to replace it with something faster

Personally I don't like the language, I prefer something like C++, but if you're thinking about getting a job you sure as hell need to know Java.

First of all, you can't compare Java to C++. They are entirely different classes of languages (in my opinion, I'm not looking for a flame war here). C++ is (in a sense) a compiled language. That is, everything you write eventually gets translated to machine code. Java on the other hand is not. It's "translated" into a code that can only be read by the VM (there are exceptions to this: see Jazelle). So, the argument of java being cross platform is bunk, because Java is a platform. In not being a directly compiled language you get all the drawbacks of scripted languages with none of the benefits of compiled languages.

It would be appropriate to compare it to things like PHP, python, ruby, etc. In those cases, it has good benefits, but I wouldn't write real software in any of them.

Reply





Messages In This Thread
RE: Why people think Java is bad and old language? - by phyrrus9 - 01-07-2017, 09:47 PM



Users browsing this thread: 1 Guest(s)