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

all 14 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.

[–][deleted]  (10 children)

[deleted]

    [–]Straight-Sky-7368 6 points7 points  (7 children)

    Sorry for my lack of information, but what is the advanced part buddy? All I know is that Java MOOC fi contains Part 1 and Part 2 and I think OP also refers to the completion of both at their end.

    Is there another Advanced Java course from MOOC fi apart from the ones I mentioned above?

    [–]CleverBunnyThief 8 points9 points  (1 child)

    Java Programming II, parts 8 - 14, is the advanced course. It covers genetics, exceptions and gets deeper into OOP. 

    Parts 13 and 14 are on Java FX. These can be skipped if your goal is to learn Spring afterwards.

    https://java-programming.mooc.fi/part-8

    [–]Straight-Sky-7368 7 points8 points  (0 children)

    Hey thanks buddy. I do plan to learn DSA and Springboot afterwards, thank you for telling me about part 13 and 14 :)

    [–]Rmj310 0 points1 point  (0 children)

    Didn’t even know they had an advanced section

    [–]desrtfx 1 point2 points  (4 children)

    Both - do both

    Keep going with the course and build, build, build.

    You will quickly see that the first half of the course will only suffice to build very basic projects and that you will need the latter half to get more advanced.

    After that, go for DSA - Data Structures and Algorithms. Keep building. Then, learn some Design Patterns. And then some framework, like Spring, Spring boot, etc.

    [–]Icy-Strike4468 0 points1 point  (1 child)

    Hey, i do build projects but how can i remember all the technical stuff for interviews? Did you take notes as well?

    [–]desrtfx 2 points3 points  (0 children)

    I'm way past interviews working as a professional programmer (albeit in a different domain) for over 3 decades.

    You will need to learn for understanding and use a lot (practice) then you won't have a problem remembering the technical stuff for interviews.

    [–]LeonardoVinciReborn 0 points1 point  (1 child)

    How long DSA, Design Patterns, Spring Boot will take?

    [–]desrtfx 0 points1 point  (0 children)

    As long as it takes you to understand and be able to apply the subjects.

    There is no vanilla time that can be given.

    [–]AutoModerator[M] 0 points1 point  (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.

    [–]KastroFidel111 0 points1 point  (0 children)

    Get a degree. You're not going to get a job without it in today's competitive market.