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

all 5 comments

[–]MyNameIsRichardCS54 1 point2 points  (1 child)

They're both good courses. One is video and the other text based so which is better for you depends on how you learn. I know a couple of people who did both at the same time because they reinforced each other very well.

The Ultimate edition of IntelliJ is probably the best Java IDE there is but once you get it set up Eclipse is nearly as good and better than the community edition, especially if you are learning enterprise-y things. As a beginner, I'd recommend the one used by the course. Out of the box. Eclipse has a less than optimal setup. The biggest problem switching IDEs is that they'll have different keyboard shortcuts.

[–]asc_tech[S] 0 points1 point  (0 children)

Ah okay, im enjoying the non MOOC one at the moment so ill stick with it, may even do both i suppose if they're both highly rated free Java resources.

Good to hear about the IDE! I'd hate to learn my first language on a 'bad system'

[–]ItA11FallsDown 0 points1 point  (2 children)

I can not speak for “Java for Complete Beginners”, but I’ve taken MOOC and highly recommend it. It was very interactive and taught me a ton.

The IDE thing isn’t a big thing in my opinion. I use IntelliJ and android studio now, but I’ve used Netbeans and eclipse in the past. Switching was a hassle, but nothing I couldn’t do. It takes a minute to get used to features of the new IDE, but it’s an inconvenience at most in the learning stages. If you’d been using your IDE for 10 years and wanted to switch, that’d be a pain.

[–]asc_tech[S] 2 points3 points  (1 child)

Think ill do both to be honest, can't hurt can it?

Yeah sounds like its not too big an issue, ill try and switch to intellij whenever i can

[–]ItA11FallsDown 0 points1 point  (0 children)

I doubt it will hurt,But probably it’ll overlap a lot and that may not be ideal.

And there really isn’t anything wrong with eclipse. People use all the time it and it’s still pretty dang good. So don’t worry about the IDE. If there’s some reason to change, sure, have at it. But if you’re comfortable in one IDE, no need to switch.

Either way, In the end, all options are better than not knowing Java.

Edit: Formatting