Re: I've Read A Intro Book To Java, What's Next?



Enteng wrote:
On Nov 15, 5:40 pm, Chris Dollin <chris.dol...@xxxxxx> wrote:
Enteng wrote:
Hi guys! I've finished reading Beginning Programming with Java For
Dummies today and I still want to learn more about java. What books
would you guys suggest that I read next?
I'm planning on reading "Just Java" by by Peter van der Linden and
then go on reading "Thinking in Java" next.
Do you guys have any suggestions?
(a) /Write some code/. You don't learn programming without programming.

(b) Learn to use JUnit. This requires (a) and further gives you a way
to be more confident that you know what you're doing/have done.

Reading books is Good Stuff, but it can only take you so far. (Similarly,
writing code is Good Stuff, but it can only take you so far. Monomania
is a tool, not a lifestyle.)

--
Chris "cackling with exclamation marks" Dollin

Hewlett-Packard Limited registered no:
registered office: Cain Road, Bracknell, Berks RG12 1HN 690597 England

That's good advice, thanks man.

As much as I'd like to code some more, I think my knowledge of Java is
not enough. It feels like I'm still missing some things. I want to
contribute to projects someday I just don't know if I'm good enough to
(or how to find one).

You will go on "missing some things" until you do a bunch of programming
in Java.

There is an awkward chicken-and-egg problem. It is difficult to write a
even a simple program in a language you do not know, but I have never
seen anyone learn a programming language without writing programs in it.

The solution is to start with very simple little programs and gradually
work up. The first programs will be throw-aways - things you write just
to learn, and never use, so they don't need to do anything really useful.

Patricia
.



Relevant Pages

  • Re: What is the learning curve for PHP?
    ... HTML properly either. ... Books become ... HTML is not a programming language at all -- it's a data format, ... but isn't militant about making you use it like Java is. ...
    (comp.lang.php)
  • Re: Help, where to start learning Java
    ... > have general understanding of the programming language. ... > learning how to program java, I've trying to memorize the syntax for me ... You will never learn to program from reading - it will only serve to give ... If you have been studying Java for a year and still don't know the syntax ...
    (comp.lang.java.programmer)
  • Re: Is it always possible to write a COBOL program using only 1 sentence per paragraph?
    ... >> A few months ago I had an introductory class on Java programming. ... reading from console can be done via a call to ... just one character at a time). ... Stream reader, or an HTTP Input Stream reader, or an Audio Input Stream ...
    (comp.lang.cobol)
  • Re: Ive Read A Intro Book To Java, Whats Next?
    ... Dummies today and I still want to learn more about java. ... then go on reading "Thinking in Java" next. ... You don't learn programming without programming. ... Reading books is Good Stuff, but it can only take you so far. ...
    (comp.lang.java.programmer)
  • Event Driven Code and Thread Control
    ... One of the big changes I want to make is event-driven code (rather than the linear flow I had in Java). ... There is a GUI thread, a main processing thread (handles parsing, updating the objects, etc - this could also been on the GUI thread, but not sure if that is proper design. ... This would basically be the worker thread where all the data is actually manipulated), and 2 input threads (1 socket reading from another application, and 1 file also reading from that same other application). ...
    (microsoft.public.dotnet.languages.csharp)