Where can I find a great Java Tutorial?

  • Thread starter Thread starter C.#
  • Start date Start date

C.#

C.#

Associate
Joined
1 Jan 2012
Posts
47
Does any one know of a well recommended Java tutorial?

There are so many on the internet that I just wondered if any one had any previous experience as no doubt someone had the predicament I'm facing before.

Thanks in advance
 
I started looking at python this week, cant get into it at all. Find Java & C++ etc easier to read/ better structured, Only wanted to see some python code in anticipation of the RaspberriPI will be able to run C code on it as well i know, I just see it was bundled with a python IDE.
 
Raspi as far as I know will run like you say any language that linux uses so c, c++ etc...

Each to their own as far as language preference goes, but most people agree that one of pythons biggest strong points is it's syntax and how easy it is to read.
 
If it's Java proper, any decent online tutorial for C# or C++ would get you started.

If its JavaScript, however, CodeAcademy (google that) has a very nice setup that i've been trying out
 
when we were taught java from scratch at uni they used the BlueJ IDE and this book...

http://www.bluej.org/objects-first/

it teaches you about objects within classes before it goes into structuring projects (which is what most tutorials seem to do first in pretty much every language), It seemed really easy to pick up using BlueJ, even though it is a terrible IDE from a development perspective, it works as a great building block for getting to understand the language.
 
I learnt a bit of Python with Bucky and found his tutorials very good.

When I was in first year they encouraged use of BlueJ if you were new to programming like the person above me suggested. As far as I know a lot of people liked the way it made you think of programming but cant say I got on with it very well, moved straight to eclipse.
 
Sams Teach your Java in 24 Hours (6th edition) is a pretty good book. Im on hour 14 right now and have picked up most of it fairly easily. Although Im using eclipse instead of netbeans as I need to develop on android.
 
Back
Top Bottom