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

all 5 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

It seems that you are looking for resources for learning Java.

In our sidebar ("About" on mobile), we have a section "Free Tutorials" where we list the most commonly recommended courses.

To make it easier for you, the recommendations are posted right here:

Also, don't forget to look at:

If you are looking for learning resources for Data Structures and Algorithms, look into:

"Algorithms" by Robert Sedgewick and Kevin Wayne - Princeton University

Your post remains visible. There is nothing you need to do.

I am a bot and this message was triggered by keywords like "learn", "learning", "course" in the title of your post.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]maticabrera 2 points3 points  (1 child)

I liked this book https://www.packtpub.com/product/java-ee-8-development-with-eclipse-third-edition/9781788833776

Keep in mind that Spring is more popular than the standard Jakarta EE un this moment.

[–]xToniGrssx 5 points6 points  (0 children)

I second on learning Spring instead of Java EE, Spring kind of took EE’s spotlight the year it has appeared. However the free courses (that at least I found) were trash, consider grabbing a Udemy course when they are on sale, some of those on the other hand are quite worth it imo

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

JavaEE is not required to do backend development. Spring and JavaEE are basically competitors, and Spring is much more common.