beginner Java - starter programs

Reply

Join Date: Jan 2008
Posts: 65
Reputation: bushman_222 is an unknown quantity at this point 
Solved Threads: 4
bushman_222's Avatar
bushman_222 bushman_222 is offline Offline
Junior Poster in Training

beginner Java - starter programs

 
0
  #1
Feb 24th, 2009
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
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 686
Reputation: sillyboy is on a distinguished road 
Solved Threads: 61
sillyboy's Avatar
sillyboy sillyboy is offline Offline
Practically a Master Poster

Re: beginner Java - starter programs

 
0
  #2
Feb 24th, 2009
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.
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 1,175
Reputation: stephen84s is a glorious beacon of light stephen84s is a glorious beacon of light stephen84s is a glorious beacon of light stephen84s is a glorious beacon of light stephen84s is a glorious beacon of light stephen84s is a glorious beacon of light 
Solved Threads: 125
Featured Poster
stephen84s's Avatar
stephen84s stephen84s is offline Offline
Veteran Poster

Re: beginner Java - starter programs

 
0
  #3
Feb 25th, 2009
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.
Last edited by stephen84s; Feb 25th, 2009 at 5:55 am.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."

"How to ask questions the smart way ?"
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 823
Reputation: verruckt24 is a jewel in the rough verruckt24 is a jewel in the rough verruckt24 is a jewel in the rough verruckt24 is a jewel in the rough 
Solved Threads: 73
verruckt24's Avatar
verruckt24 verruckt24 is online now Online
Practically a Posting Shark

Re: beginner Java - starter programs

 
0
  #4
Feb 25th, 2009
Can anyone think on any programs ideas that I can create to practise?
Hmm...Well yes, we can do that, but may I know one thing before that, why can't you do it on your own ?
Cook up some ideas just like that, they could be anything, and start working on it.
Get up every morning and take a look at the Forbes' list of richest people. If your name doesn't appear.... GET TO WORK !!!
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 39
Reputation: platinum8 is an unknown quantity at this point 
Solved Threads: 0
platinum8's Avatar
platinum8 platinum8 is offline Offline
Light Poster

Re: beginner Java - starter programs

 
0
  #5
Feb 25th, 2009
You may want to take a look at the book named Java I/O its available in amazon.com, FatBrain
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 823
Reputation: verruckt24 is a jewel in the rough verruckt24 is a jewel in the rough verruckt24 is a jewel in the rough verruckt24 is a jewel in the rough 
Solved Threads: 73
verruckt24's Avatar
verruckt24 verruckt24 is online now Online
Practically a Posting Shark

Re: beginner Java - starter programs

 
0
  #6
Feb 25th, 2009
Originally Posted by platinum8 View Post
You may want to take a look at the book named Java I/O its available in amazon.com, FatBrain
Why only I/O, if he is starting Java, he should learn the basics which could be found, written well, in any beginning Java book. Rather books such as the one you mention cover a specific area in detail, and they, obviously assume some working knowledge of the langauge. So instead the OP should go for these only after a good grasp of the basics.
Get up every morning and take a look at the Forbes' list of richest people. If your name doesn't appear.... GET TO WORK !!!
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 65
Reputation: bushman_222 is an unknown quantity at this point 
Solved Threads: 4
bushman_222's Avatar
bushman_222 bushman_222 is offline Offline
Junior Poster in Training

Re: beginner Java - starter programs

 
0
  #7
Feb 25th, 2009
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
Last edited by bushman_222; Feb 25th, 2009 at 5:06 pm.
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 4,438
Reputation: Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of 
Solved Threads: 510
Moderator
Featured Poster
Ezzaral's Avatar
Ezzaral Ezzaral is offline Offline
Industrious Poster

Re: beginner Java - starter programs

 
0
  #8
Feb 25th, 2009
Try these:
http://java.sun.com/developer/online...exercises.html

(which was the fourth result of a Google search on "simple java exercises" - think about that)
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 823
Reputation: verruckt24 is a jewel in the rough verruckt24 is a jewel in the rough verruckt24 is a jewel in the rough verruckt24 is a jewel in the rough 
Solved Threads: 73
verruckt24's Avatar
verruckt24 verruckt24 is online now Online
Practically a Posting Shark

Re: beginner Java - starter programs

 
0
  #9
Feb 25th, 2009
>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.

Learning the code and learning the langauge... Hmm Will you be able to tell the difference to me ?

If you learn the langauge ground up, learning all the basics such as Classes, Abstract Classes, Interfaces, Threads, Exceptions, JDBC, Serialization, Garbage collection etc., you might be able to cook up enough ideas in your brain to try programs based on or related to these concepts.
Get up every morning and take a look at the Forbes' list of richest people. If your name doesn't appear.... GET TO WORK !!!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC