> I'm a newbie to Java so be patient with my simplistic questions... :o)
>
[quoted text clipped - 7 lines]
>
> Many thanks!
<snip>
> However, I have a more general comment about your questions. I get the
> impression that you have programmed previously, but not in Java, and you
[quoted text clipped - 8 lines]
>
> Patricia
Thanks for all your comments everyone.
Hi Patricia,
Yep, you're quite right. I've 'programmed' in other languages. (In
quotes because I don't think I'm terribly good.) I've dabbled with
BASIC, VB in *all* its variations (even the Australian variety),
JavaScript, touched on C and C++ at uni, done a little ActionScript
(that's the stuff Adobe Flash uses), loads of SQL, even some UML and
OCL (why does OCL exist?)... I've not really got firmly to grips with
an OO language though.
To be honest I'm doing a course in Java in my spare time and so have
several books of various sorts. But sometimes it's a little difficult
to get into the real grime of what's going on without playing around
with stuff. Examples in books are fine, but they don't engage the brain
much do they?
The nicest reference book I have so far is one of the O'Reilly ones.
Java in a Nutshell I think. I grabbed it from the library. Do you have
any recommendations? I'm not really after a "course" type book but a
damn good reference I guess...
All the best,
Neil
Patricia Shanahan - 24 Jul 2006 01:44 GMT
> <snip>
>> However, I have a more general comment about your questions. I get the
[quoted text clipped - 31 lines]
> any recommendations? I'm not really after a "course" type book but a
> damn good reference I guess...
As long as you are doing a course in Java you should be OK. That will
make sure you learn about arrays, collections etc.
For an API reference, I strongly recommend
http://java.sun.com/j2se/1.5.0/docs/api/index.html. I keep a downloaded
copy on each computer where I do Java development.
Generally, the best way I've found to learn programming languages is to
alternate reading with attempts at programming in the language, which is
what you seem to be doing.
Good luck,
Patricia