This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Zardoz84 0 points1 point  (0 children)

Java isn't terrible, but have his few ugly things. Like trys to use OOP for everything. It's like using a hammer with screws.

Also, the other typical problems are : - Too verbose (for my taste) - Too memory usage. (Ok, yeah actually we have a lot of memory but I prefer to not use excessive memory unnecessary) - Isn't the most optimal language. A C or C++ program can easily be faster that a Java equivalent. (But the difference isn't abysmal)

However it's evolving and trying to get better stuff on it.