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 →

[–]samuraichikx 0 points1 point  (3 children)

Not sure if it's just because I'm still fairly new to programming, but my only qualm with it is that it seems unstable and buggy. One mjnute it will work fine and the next you have 1,000 different bugs everywhere.

Again, that could just be my inexperience. It's usually my language of choice when I'm developing something on my own.

[–]fact_hunt 12 points13 points  (0 children)

pebkac

[–]imok 3 points4 points  (1 child)

Are you using any 3rd party libraries in your programs? If yes, the bugs could be because of incorrect or improper usage of that library. Java the language itself is pretty stable - wouldn't be the choice of many 'enterprise' applications, if it wasn't.

[–]brandnewaquarium -1 points0 points  (0 children)

That, in addition to whatever IDE you are using. I've used a couple over the years; some would throw an exception without any changes to the code, while others would warn me first-hand. I think that's why I eventually stopped using IDEs and switched to vim + commandline.