Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #1625
| From | Gene Wirchenko <genew@ocis.net> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Re: Is there any specific book for learning java projects for beginners? |
| Date | 2012-02-29 13:42 -0800 |
| Organization | A noiseless patient Spider |
| Message-ID | <kf6tk7hjfqjefod87s4u28c97rv2q90m4i@4ax.com> (permalink) |
| References | <e58a813b-f137-4589-b19a-ab25d84c3c50@gi10g2000vbb.googlegroups.com> |
On Tue, 28 Feb 2012 13:53:02 -0800 (PST), navanshu
<mahor1989@gmail.com> wrote:
>Uptill now i've read headfirstjava but i want to get my hands dirty by
>making some simple java projects to get a feel how's done practically,
>So plz suggest me guys some reference book
If you simply follow someone else's project, you will not be
solving the problems yourself. Problem-solving is the key aspect of
doing this sort of thing in the first place.
If any example projects that you see have code, ignore the code.
Maybe, you could look at it AFTER you come up with your own solution,
but before then, stay away from it.
I suggest that you make up something simple to implement and then
keep adding to it.
One exercise that I have done in a number of languages is a
multiplication table. First, get the output somehow. Then, get it
nicely lined up. Then, have it be a choice of operators. (This can
complicate the formatting.) Allow user input. And so on. Play with
it until you quit learning from it. Then, make up another example.
Lather, rinse, repeat.
If you want to learn about string handling, write a simple text
adventure.
If you want to learn about file handling, write a program to scan
a file.
Pick something of interest to you that is simple, and run with
it.
Sincerely,
Gene Wirchenko
Back to comp.lang.java.help | Previous | Next — Previous in thread | Next in thread | Find similar
Is there any specific book for learning java projects for beginners? navanshu <mahor1989@gmail.com> - 2012-02-28 13:53 -0800
Re: Is there any specific book for learning java projects for beginners? Roedy Green <see_website@mindprod.com.invalid> - 2012-02-28 14:48 -0800
Re: Is there any specific book for learning java projects for beginners? Ten Blade <ten.blade@tenblade.com> - 2012-02-29 14:15 +0000
Re: Is there any specific book for learning java projects for beginners? Ten Blade <ten.blade@tenblade.com> - 2012-02-29 21:34 +0000
Re: Is there any specific book for learning java projects for beginners? Gene Wirchenko <genew@ocis.net> - 2012-02-29 13:42 -0800
Re: Is there any specific book for learning java projects for beginners? Lew <noone@lewscanon.com> - 2012-03-01 00:11 -0800
Re: Is there any specific book for learning java projects for beginners? Gene Wirchenko <genew@ocis.net> - 2012-03-01 09:33 -0800
Re: Is there any specific book for learning java projects for beginners? Lew <noone@lewscanon.com> - 2012-03-01 09:53 -0800
Re: Is there any specific book for learning java projects for beginners? Gene Wirchenko <genew@ocis.net> - 2012-03-01 11:39 -0800
Re: Is there any specific book for learning java projects for beginners? Casey Hawthorne <casey.hawthorneHAMMER_TIME@uniserve.com> - 2012-03-16 09:12 -0700
csiph-web