beginner Java - starter programs
Hey y'all
I'm making the first steps into java from VB. I'm reading a book about how java works and I'm only a few chapters in.
Just so you know how 'fresh' I am, I managed to write 2 classes, one main and another one, I passed a int to the other class and it did a for looped for the amount of that int
I'm not looking at the Gui at present as I want to master the basics of being able to happly write java first.
My questions are:
* Can anyone think on any programs ideas that I can create to practise?
* Any good web sites that I can get the above on.
Any ideas are welcome. if it's too advanced for me, I'll save it for a later date when I will know more
Thanks in advance
bushman_222
Junior Poster in Training
65 posts since Jan 2008
Reputation Points: 10
Solved Threads: 4
if you are reading a book, doesn't it contain questions? I think a text book is probably the best place to get problems to practice on, as it will probably provide sample implementations and explain good/bad practices within the implementation.
sillyboy
Practically a Master Poster
686 posts since Mar 2007
Reputation Points: 85
Solved Threads: 64
stephen84s
Nearly a Posting Virtuoso
1,443 posts since Jul 2007
Reputation Points: 668
Solved Threads: 154
Hmmm ........... if you might not have noticed, there is a sticky at the top of the thread list called "Starting "Java" [Java tutorials / resources / faq] ".
Your questions have already been answered there along with tons of other useful resources.
I'm not looking for instructions on how to learn the code, just 'mini' programs that I can program so that it helps me learn the language.
(I did look there first)if you are reading a book, doesn't it contain questions?
The book doesn't have programs that I can make. it shows me the code then walks me thru it step by step.
I have copied some of the examples, but I learn better working it out myself.
I don't want to be spoon fed. just some ideas on something to make, like
Pass a varable to another class and look until that varable and display a message each time the loops runs
bushman_222
Junior Poster in Training
65 posts since Jan 2008
Reputation Points: 10
Solved Threads: 4
Ezzaral
Posting Genius
15,985 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847