Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Good places to learn Java
- Thepuzzlegame
-
Scratcher
1000+ posts
Good places to learn Java
I've recently taken it upon myself to learn Java and I was wondering what are some good websites/online resources for learning this language.
Last edited by Thepuzzlegame (July 21, 2015 23:00:04)
- cobraguy
-
Scratcher
1000+ posts
Good places to learn Java
I started with thenewboston's Java series. Once I got through with his intermediate series, I just started to make random things. I would also use the Javadocs whenever I needed to understand something.
Last edited by cobraguy (Jan. 27, 2015 02:22:00)
- MegaApuTurkUltra
-
Scratcher
1000+ posts
Good places to learn Java
- Use the official oracle tutorials to learn the basics
- Then try to code stuff (experience is a great way to get good
) - If you run into issues, google first, then if you can't find a solution go to stack overflow and post a question there (make sure to be polite, professional, and post a short, self contained code snippet recreating your problem)
- Thepuzzlegame
-
Scratcher
1000+ posts
Good places to learn Java
I started with thenewboston's Java series. Once I got through with his intermediate series, I just started to make random things. I would also use the Javadocs whenever I needed to understand something.
Thanks a bunch guys, I already use stack overflow for JavaScript questions, didn't think of using it for Java though!
- Use the official oracle tutorials to learn the basics
- Then try to code stuff (experience is a great way to get good
)
- If you run into issues, google first, then if you can't find a solution go to stack overflow and post a question there (make sure to be polite, professional, and post a short, self contained code snippet recreating your problem)
- ChocolatePi
-
Scratcher
1000+ posts
Good places to learn Java
I own this book and find it great for beginning Java. I used to be clueless about Exceptions and Swing and all the crazy names for things, but now I'm working on an awesome app!
If you can buy it, buy it. If you can't, read http://math.hws.edu/eck/cs124/downloads/javanotes7-linked.pdf . It's by a college professor for his students to learn Java. It's slightly out of date though.
If you can buy it, buy it. If you can't, read http://math.hws.edu/eck/cs124/downloads/javanotes7-linked.pdf . It's by a college professor for his students to learn Java. It's slightly out of date though.
- Thepuzzlegame
-
Scratcher
1000+ posts
Good places to learn Java
I own this book and find it great for beginning Java. I used to be clueless about Exceptions and Swing and all the crazy names for things, but now I'm working on an awesome app!Awesome! Where did you come across that pdf?
If you can buy it, buy it. If you can't, read http://math.hws.edu/eck/cs124/downloads/javanotes7-linked.pdf . It's by a college professor for his students to learn Java. It's slightly out of date though.
- The_Grits
-
Scratcher
1000+ posts
Good places to learn Java
I'm learning Java through a school course: It is really good, but it isn't free.
Java is a great language to learn because once you learn it, you can start developing Android apps.
Java is a great language to learn because once you learn it, you can start developing Android apps.
- Thepuzzlegame
-
Scratcher
1000+ posts
Good places to learn Java
but it isn't free.Are you talking about the 25$ registration fee which is required if you want to publish apps or something else?
- elfin8er
-
Scratcher
100+ posts
Good places to learn Java
The way I personally learned quite a bit of Java, is through create Minecraft Bukkit plugins and modding. If you want to learn Java through making Bukkit plugins, let me know. I have a great guide 

I think he means his school course.but it isn't free.Are you talking about the 25$ registration fee which is required if you want to publish apps or something else?
- MegaApuTurkUltra
-
Scratcher
1000+ posts
Good places to learn Java
The way I personally learned quite a bit of Java, is through create Minecraft Bukkit plugins and modding. If you want to learn Java through making Bukkit plugins, let me know. I have a great guideYeah. $25 is required to publish Android apps on the Play Store, which although it is java, is mostly unrelated to this.I think he means his school course.but it isn't free.Are you talking about the 25$ registration fee which is required if you want to publish apps or something else?
- ChocolatePi
-
Scratcher
1000+ posts
Good places to learn Java
I just searched “java pdf” a while ago, and read that.I own this book and find it great for beginning Java. I used to be clueless about Exceptions and Swing and all the crazy names for things, but now I'm working on an awesome app!Awesome! Where did you come across that pdf?
If you can buy it, buy it. If you can't, read http://math.hws.edu/eck/cs124/downloads/javanotes7-linked.pdf . It's by a college professor for his students to learn Java. It's slightly out of date though.

- The_Grits
-
Scratcher
1000+ posts
Good places to learn Java
I'm talking about the course fee.but it isn't free.Are you talking about the 25$ registration fee which is required if you want to publish apps or something else?

- eventexception
-
Scratcher
96 posts
Good places to learn Java
I've recently taken it upon myself to learn the Java programming language and I was wondering what are some good websites/online resources for learning this language.I recommend http://www.bluej.org
- Thepuzzlegame
-
Scratcher
1000+ posts
Good places to learn Java
I'll be sure to check that outI've recently taken it upon myself to learn the Java programming language and I was wondering what are some good websites/online resources for learning this language.I recommend http://www.bluej.org

- Discussion Forums
- » Advanced Topics
-
» Good places to learn Java