For example, if you want to implement a callback pattern in Java, you will start by writing a callback interface that defines the callback methods and declares the return type, as well as all the ...
So, I'm new to the whole Java and programming thing. I've been working my way through Thinking in Java and Just Java 2. So far, it has gone very well. I think the two resources complement each other ...