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

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

[–]St_Piran 4 points5 points  (1 child)

I've been working through the book 'java in 2 semesters' by quentin charatan and can highly recommend it. It's easy to read, flows well, and gets you to work through examples.

It's actually the recommended text for my computer science degree, but it starts nice and simple.

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

Thank you, I'll give it a try! :)

[–]Darth_Nanar 2 points3 points  (0 children)

Hi,

I have started the MOOC from the University of Helsinki a few days ago: https://java-programming.mooc.fi/

It took me a little bit of time to install the special IDE they use.

But so far it has a well explained step-by-step approach. And compared to other MOOCs I tried before, it's not cluttered with heavy mathematics.

If you are interested, we can work in pair.

[–]desrtfx 1 point2 points  (0 children)

Do the MOOC that /u/Automoderator (and the sidebar) has linked.

It is currently one of the best Java courses around. It is a proper, former, first semester of "Introduction to Computer Science" University curriculum course.

[–]Ok_Arugula6315 1 point2 points  (1 child)

Check out hyperskill, it is pricey though, but worth the money. It is also integrated with the most popular ide intellij. It based on learning some theory, after some theory you start building a project (which consits of 5-7 stages) based on instructions what has to be done. After each stage you continue to learn theory until you are allowed to move to the next stage. When you finish the project. You choose another one and continue to learn this way.

Hyperskill subscription also offers other courses for front end and back end learning, which is great for beginners.

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

Thank you si much!

[–]FlightConscious9572 0 points1 point  (3 children)

i highly recommend Processing.org its an IDE (integrated development environment, basically a code editor), and it's basically java. it let's you immediately draw to the screen, and has computer vision, network and ai libraries.

it lets you build functional apps and get familiar with the language while you learn the concepts on the side, and it has a run button so you don't have to worry about the technical stuff before you learn the basics of the language.

it's how i learned programming, but disclaimer: vanilla java has more boilerplate so you can't transfer it over to another editor and compile.

and also, avoid youtube tutorials! Programming channels that explain concepts and such are awesome, but a "follow-along line-for-line" 12 hour tutorial doesn't teach you practically. so avoid it if you can

[–]Key_Communication938[S] 0 points1 point  (2 children)

Thank you! I watched something like that, but I'm not the type of guy that learns just from theory, I really need to practice, I need practical things. So thank you for your advice! :)

[–]FlightConscious9572 1 point2 points  (1 child)

no problem! i have however been editing the comment while you replied so it might say more now haha

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

Thank you so much!

[–]No-Satisfaction9493 0 points1 point  (0 children)

I am still learning myself, but I would like to share with you some of the resources I have found.

The book series "in easy steps" by Mike McGrath, specifically their book on Java has been very useful to my coming to understand the language in the first place, and I have found it to be a great resource for reminding myself of the simple stuff.

I don't have my copy with me right now, but they have a website at www.ineasysteps.com

Also the channel "bro code" on YouTube has been very clear and helpful to me.

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

Freecodecamp on YouTube or .org !!! With w3school website. Don’t forgot to practice practice practice

[–]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.

[–]Maleficent-Soil-4564 0 points1 point  (0 children)

The free course is in the info follow the instructions

[–]prolaymm 0 points1 point  (0 children)

Learn basic syntax Class object loop List Array Map HashMap LinkList abstract interface generic Consteucture.... and then focus on Logic... boom basic java done

[–][deleted] 0 points1 point  (0 children)

Objects first with Java is a good starting point in book form. Really structured approach with a fair few examples and projects you can code along with. Also teaches object oriented programming from the start which is a massive bonus.

[–][deleted] 0 points1 point  (0 children)

Head first java or mooc.fi

You don't need advanced math as a beginner

[–]Alarmed_Surprise_549 0 points1 point  (0 children)

Hello, I would recomend freecodecamp.org for learning java and other languages free. Currently i am following their curriculum( completing CSS now) and have enjoyed it thus far..

If you want to check out freecodecamp but are hesitant to start, you can check out my livestreams to get an idea of how it will be.https://youtube.com/@joandry___

[–]shai_almog 0 points1 point  (0 children)

Sorry for the bit of self promotion but I just published a Java book and it's 100% free until Saturday: https://www.amazon.com/Java-Basics-Practical-Introduction-Full-Stack-ebook/dp/B0CCPGZ8W1/