Can anyone recommend please a Java book where I can find lots of solved problems using code?
Printable View
Can anyone recommend please a Java book where I can find lots of solved problems using code?
books seldom solve problems , they are mostly about language construct or libraries ( as in programming libraries) , post you problem here then some one can look at it, try to make it short and simple ,
learn java for free at
http://www.thenewboston.com/?cat=36&pOpen=tutorial
one vote
http://www.java2s.com
Thinking in Java by Bruce Eckel is a great book for beginners and teaches you not only the "What"s and "How"s of Java but also the "Why"s. <a href="http://www.amazon.com/gp/product/0131872486/ref=as_li_ss_tl?ie=UTF8&tag=colldormchec-20&linkCode=as2&camp=217145&creative=399369&creativeASIN=0131872486">Thinking in Java (4th Edition)</a>
Agreed, it is a great book.Quote:
Thinking in Java by Bruce Eckel
There is a free online version available here on the codeguru site but I don't know which edition it is.