Java - learning with a simple project

Posted by phodu_insaan on Programmers See other posts from Programmers or by phodu_insaan
Published on 2012-09-28T19:36:24Z Indexed on 2012/09/28 21:50 UTC
Read the original article Hit count: 124

Filed under:

I remember when I learnt PHP, it was suggested that I code a simple blog or a forum after reading the language fundamentals and syntax. I was told/read that this would cover everything that I would learn about PHP in a beginners book. This advice was out there in a number of places, and after following and working with PHP it seems quite good advice.

I am now learning Java, and reading the book Thinking in Java by Bruce Eckel. I wonder if there is any such set of similar, small projects that I could take up, that would cover all the essentials and most of what is covered in the book.

Thanks.

© Programmers or respective owner

Related posts about java