Hippo suggested that you use Core Java by Cay Horstmann. I too have that book, but I'd recommend against using that book to learn. It is much more useful as a reference book than as learning material.
In order to program extensively in Java, you are going to need a commanding knowledge of not only data structures but also object oriented design. These are things you can't pick up in that book.
The book I'd recommend using in addition to Core Java is Building Skills in Object-Oriented Design by Steven Loft. I've included a link to his website which has online copies of all his books available. The book is available in both Java and in Python. The book essentially walks you through three very extensive and complex projects. It tells you how to design large software, but you have to code it yourself. I'd highly recommend going through all three projects as you will gain a very good knowledge of how to do OO-Design.