Discuss Scratch

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

cobraguy wrote:

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.

MegaApuTurkUltra wrote:

  • 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)
Thanks a bunch guys, I already use stack overflow for JavaScript questions, didn't think of using it for Java though!
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.
Thepuzzlegame
Scratcher
1000+ posts

Good places to learn Java

ChocolatePi wrote:

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.
Awesome! Where did you come across that pdf?
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.
Thepuzzlegame
Scratcher
1000+ posts

Good places to learn Java

The_Grits wrote:

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

Thepuzzlegame wrote:

The_Grits wrote:

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?
I think he means his school course.
MegaApuTurkUltra
Scratcher
1000+ posts

Good places to learn Java

elfin8er wrote:

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

Thepuzzlegame wrote:

The_Grits wrote:

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?
I think he means his school course.
Yeah. $25 is required to publish Android apps on the Play Store, which although it is java, is mostly unrelated to this.
ChocolatePi
Scratcher
1000+ posts

Good places to learn Java

Thepuzzlegame wrote:

ChocolatePi wrote:

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.
Awesome! Where did you come across that pdf?
I just searched “java pdf” a while ago, and read that.
The_Grits
Scratcher
1000+ posts

Good places to learn Java

Thepuzzlegame wrote:

The_Grits wrote:

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?
I'm talking about the course fee.
eventexception
Scratcher
96 posts

Good places to learn Java

Thepuzzlegame wrote:

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

eventexception wrote:

Thepuzzlegame wrote:

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
I'll be sure to check that out

Powered by DjangoBB