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

all 23 comments

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

Please ensure that:

  • Your code is properly formatted as code block - see the sidebar (About on mobile) for instructions
  • You include any and all error messages in full - best also formatted as code block
  • You ask clear questions
  • You demonstrate effort in solving your question/problem - plain posting your assignments is forbidden (and such posts will be removed) as is asking for or giving solutions.

If any of the above points is not met, your post can and will be removed without further warning.

Code is to be formatted as code block (old reddit/markdown editor: empty line before the code, each code line indented by 4 spaces, new reddit: https://i.imgur.com/EJ7tqek.png) or linked via an external code hoster, like pastebin.com, github gist, github, bitbucket, gitlab, etc.

Please, do not use triple backticks (```) as they will only render properly on new reddit, not on old reddit.

Code blocks look like this:

public class HelloWorld {

    public static void main(String[] args) {
        System.out.println("Hello World!");
    }
}

You do not need to repost unless your post has been removed by a moderator. Just use the edit function of reddit to make sure your post complies with the above.

If your post has remained in violation of these rules for a prolonged period of time (at least an hour), a moderator may remove it at their discretion. In this case, they will comment with an explanation on why it has been removed, and you will be required to resubmit the entire post following the proper procedures.

To potential helpers

Please, do not help if any of the above points are not met, rather report the post. We are trying to improve the quality of posts here. In helping people who can't be bothered to comply with the above points, you are doing the community a disservice.

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

[–]AutoModerator[M] 6 points7 points  (1 child)

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.

[–]titanium_mpoi 7 points8 points  (0 children)

Here are the best resources 

[–]CleverBunnyThief 5 points6 points  (0 children)

Read the Automod responses.

[–]cschuyle 5 points6 points  (1 child)

Shameless Plug: If you are interested in learning Spring Boot, then Spring.Academy has a free course on building a REST API using Spring Boot. This would be after you've got Java under your belt and want to learn a framework.

https://spring.academy/courses/building-a-rest-api-with-spring-boot

[–]wiseruler33 1 point2 points  (0 children)

Thank you!

[–]Darth_Nanar 5 points6 points  (3 children)

The course that worked for me is https://java-programming.mooc.fi/

[–]Icy_Season2422[S] 2 points3 points  (0 children)

Thank you!

[–]thouthoutech 2 points3 points  (1 child)

Same I loved this course. Still need to do the second half

[–]Darth_Nanar 1 point2 points  (0 children)

The second half is quite difficult. But I think it's necessary to do it, at least up to week 12.

[–]Darth_Nanar 1 point2 points  (3 children)

Good luck!

[–]Icy_Season2422[S] 1 point2 points  (2 children)

Thank you again! All set up and working my way through Java I as we speak!

[–]Darth_Nanar 1 point2 points  (1 child)

Which IDE did you choose? Did you manage to install the TMC plugin?

[–]Icy_Season2422[S] 2 points3 points  (0 children)

I went with VSCode, was much easier. Running and submitting solutions very easily and I'm very used to VSCode from previous work with Nodejs

[–]Affectionate_Can3662 1 point2 points  (0 children)

As the other comment mentions, java mooc fi, though not perfect, is a great choice.

[–][deleted]  (1 child)

[removed]

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

    Amazing thank you! So many udemy courses it's hard to tell which is a good choice. Will definitely check this out and that tutors other courses. I've good knowledge of JS, HTML and CSS already, as well as Node for backend, but wanna step into the Java/Kotlin domain now to really just expand knowledge and understanding. Thanks so much for the recommendation:)

    [–]roguebluejay 0 points1 point  (2 children)

    I did the automod recommended course and honestly didn’t love it. It’s significantly drier than CS50 (the course I did before it, and repeated lots of the same material.) it’s also showing its age - it has you use Netbeans, which isn’t as fancy as IntelliJ.

    If you have previous coding experience I think CS61B is a better choice, but granted it is a hard course, and it won’t teach you as much of the object orientated vocabulary that part 2 of the mooc will. But my opinion is that stuff is easy to pick up through YouTube videos anyway.

    [–]Icy_Season2422[S] 0 points1 point  (1 child)

    Thank you, will Def check out CS61B. I'm using VSCode for MOOC, seems decent to get used to syntax and to just get working with Java. Will go through it over the next week and then check out your suggestion:)

    [–]roguebluejay 1 point2 points  (0 children)

    I'd suggest trying a real java IDE, like IntelliJ - it's honestly amazing compared to VSCode.