As you said you’re a beginner Get a preview of ‘Head first Java’, Iam currently learning from this book Answer from Deleted User on reddit.com
🌐
Reddit
reddit.com › r/learnjava › how do i start learning java?
r/learnjava on Reddit: How do i start learning Java?
January 26, 2024 -

My college is teaching java right now i am not able to understand anything they are teaching. So, if anyone has a nice recommendation of a book or a course that would help me would be appreciated? Note: - i have no experience in coding

🌐
Reddit
reddit.com › r/learnjava › what is the best (and realistic way) of learning java.
r/learnjava on Reddit: What is the best (and realistic way) of learning Java.
August 25, 2023 -

Giving up on The Odin Project, I decided to find a different course. It can be paid (not expensive though. I am poor) I searched a few languages and Python and Java seem to be popular. Python seems good but Java seems to be more advanced and it could be more interesting as a career path. But searching through reddit and other sources, its difficult to find the answer to where to learn it.

Some say Udemy, others say Hyperskill (which is expensive to me), Youtube, etc. The MOOC doesnt seem attractive to me because its similar to TOP. Lots of reading (I would prefer to watch videos form now on) and with the downside of using an IDE instead of teaching me to install and setup my own workspace.

I dont want to waste more time than I have already. This is why I need some guidance.

🌐
Reddit
reddit.com › r › learnjava
Learn Java
January 27, 2011 - I would like to know which book ... provides beginner to advanced level of java preferably one with exercises and questions included. ... I'm interested in teaching Java to a group of students using MOOC.fi, as described here. These are middle- and early high school students with little or no experience. I'd like to take advantage of the ability to set my own conditions for releasing ...
🌐
Reddit
reddit.com › r/learnjava › seeking a roadmap to learn java as a beginner.
r/learnjava on Reddit: Seeking a roadmap to learn Java as a beginner.
October 17, 2019 -

Hi all.

I am planning to go back to software development path (I've studied some of the basics in university, including programming in C, so it's not like I am complete newbie, but I haven't gone further than learning basic stuff like using IDE, variables, reading input and such). Decided to go with learning Java, as it is quite popular on local IT market. I have already started Helsinki MOOC course, but I wanted to ask if there is some kind of roadmap for self-taught developer in Java? I am interested especially in the steps after finishing the course. I've read it's best to join some open-source project and start practicing, are there any resources/sites to find out projects that are looking for people to join their team? Also are there any good books on Java (or development in general) to read alongside the course ?

🌐
Reddit
reddit.com › r/learnjava › where and how should i start learning java.
r/learnjava on Reddit: Where And How Should I Start Learning Java.
July 19, 2018 -

Hi redditors, I'm 17 and was always interested in Android, Ios app development, Computer Languages e.t.c. I have a few questions and your answers would really help me A LOT.

1.) I've mentioned the things I'm super interested in up above, is Java the best starting point for this journey considering i have no prior experience in this regard?

2.) If so, can you PLEASE tell me how should i proceed, I've seen a couple of online sites that teach you java but can you possibly recommend an ebook or something similar to this too?

3.) Can you tell me how you first started learning Java and what things you used plus how much time did it take you to completely learn it?

4.) I'm off of school for like 8 months and i want to put these months to some serious use cuz i might never get this much “free time ever again”, i hope you get what i mean by this, is there any sort of other thing or tip you possibly might have for me; even the tiniest bit of help will be really-really appreciated❤

Find elsewhere
🌐
Reddit
reddit.com › r/java › what are the best ways to learn java basics for beginners?
r/java on Reddit: What are the best ways to learn Java basics for beginners?
March 16, 2022 - Java for Complete Beginners by John Purcell (probably the best and easiest entry into Java) - video based (Uses Eclipse as IDE) - the three links below lead to the same course hosted on different servers.
🌐
Reddit
reddit.com › r/learnjava › how do i learn java properly as a beginner?
r/learnjava on Reddit: How do I learn java properly as a beginner?
December 7, 2023 -

I’ve learnt the basic syntax of java up until classes and methods. I just do not understand how to practice what I learnt. For example I’ve done an assignment recently and I got feedback about my code layout and that it isn’t following “code convention rules” and it’s too long “inefficient”. The only time I get to receive feedback on my code is when I’m doing an assignment in class. How do I write my own project in my own time and make sure that the code that I’ve written is actually efficient and good. How do I even practice? What materials should I use to practice. Am I supposed to write projects or would I need to be doing leetcode or both. I’m very confused and I need some guidance for this. Thank you.

Top answer
1 of 7
18
First, think of a project to do. Try to pick something really common and well known. There shouldn’t be a lot of feature choices because the behavior is well known. The best candidates for this are logic puzzle games, board games, simple office stuff like todo lists and text editor. With your project in mind, look on GitHub for a bunch of implementations. Save them for later. Don’t look at them. Just make sure you can. Okay, now do the project. Struggle, struggle, struggle. Finish it. Once that’s done, go through those open source projects and see how they did it versus yours. Compare and contrast at high level and lower level. What works? What did you do wrong? Study until you have a real good idea about it. Start from scratch. Do the project again and remember what you learned. Finished? Compare your first implementation to your new one. Did you improve things? Did you get tangled up trying to use those other projects’ tricks? Pick another project and do it over again. You will get better.
2 of 7
3
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: MOOC Java Programming from the University of Helsinki Java for Complete Beginners accompanying site CaveOfProgramming Derek Banas' Java Playlist accompanying site NewThinkTank Hyperskill is a fairly new resource from Jetbrains (the maker of IntelliJ) Also, don't forget to look at: The official Documentation The official Java Tutorials Our community resources thread If you are looking for learning resources for Data Structures and Algorithms, look into: "Algorithms" by Robert Sedgewick and Kevin Wayne - Princeton University Coursera course: Part I Part II Coursebook Algorithms 4th Edition 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.
🌐
Reddit
reddit.com › r/learnprogramming › i want to learn java. what should i do and where should i start?
r/learnprogramming on Reddit: I want to learn Java. What should I do and where should I start?
April 5, 2020 -

I've had some experience with Python by learning from Codecademy and my older brother who took computer science at ISU. In my opinion, Codecademy doesn't teach very realistically. Like, "Hey, here's what you could do. Now replicate this." I had a hard time learning from it. After playing Minecraft and seeing some Java development and the power and versatility of Java, I'd like to start delving into what Java has to offer. To save me time, I want to know, what's the best place to go to to learn Java programming efficiently and thoroughly.
BTW I'm a high-schooler, so "Go to college" is not an option at the moment. xD

🌐
Reddit
reddit.com › r/learnprogramming › best way to learn java as a total beginner?
r/learnprogramming on Reddit: Best way to learn Java as a total beginner?
November 9, 2022 -

Hi guys!

How is it going?

I'd like to hear some tips to learn Java efficiently, I'm currently watching some Udemy courses but unfortunately, the one I purchased doesn't include much practice, and I'm a practice person, I like to apply what I'm seeing on the go.

I want to know how when is it a good time to apply what I'm learning to actually create things. So far I've just learned the encapsulation theory (Pretty basic, I know).

I'd love to read your strategies and maybe how you guys started with this language. Thank you!

🌐
Reddit
reddit.com › r/learnprogramming › [deleted by user]
I want to start learning java from beginner to advanced for ...
October 3, 2023 - - Java Tutorial for Complete Beginners https://www.udemy.com/course/java-tutorial/?LSNPUBID
🌐
Reddit
reddit.com › r/learnjava › recommended courses for beginners
r/learnjava on Reddit: Recommended courses for beginners
March 18, 2021 -

I'm a 16 year old currently enjoying my summer vacations and heading into 11th grade. I decided to learn Java since I'm thinking about becoming an engineer in the future and I'm sure it would help me land jobs and expand my skill set.

Ive completed some basic courses on codecademy but am lost on where to go after this.

Can anyone please advise me on what free beginner level courses I can complete to help me learn Java and what should be my strategy to learn Java in the future.

The only programming languages I've learnt before Java are CSS and HTML 5

Thank you!

🌐
Reddit
reddit.com › r/learnjava › how to learn java as a complete beginner !
r/learnjava on Reddit: How to learn java as a complete beginner !
December 3, 2024 -

How to learn java from zero to hero? What's the most efficient ressource in your opinion ? I really have no time to waste.

🌐
Reddit
reddit.com › r/learnjava › best free java course for pure beginners
r/learnjava on Reddit: Best free Java course for pure beginners
January 6, 2022 -

Hey guys, I am a beginner in programming. No experience in coding at all and I wanna learn Java (not javascript lol). Can anyone recommend me any free online course or any youtube video where I can master Java? Love you guys

🌐
Reddit
reddit.com › r/learnjava › should i learn java as my first language?
r/learnjava on Reddit: Should I learn java as my first language?
March 16, 2024 -

As you can see by the title, I am a complete beginner and have no coding experience. I was thinking java is a great language and should I be able to learn this as my first language. But it would be helpful if I dont randomly guess things and ask you guys. So should try this first or javascript/Python.

🌐
Reddit
reddit.com › r/learnjava › where to learn java?
r/learnjava on Reddit: where to learn Java?
January 21, 2023 -

Hey guys I've been trying to learn Java is there any project based courses or bootcamp like the ODIN project ? I'm going through some youtube videos which are helpful but when it comes to building something it is not that helpful so I'd like to know if there is any courses that teaches us to build something with what we learnt so far. Thank you.