Can anyone point out some java code which is considered "good"?
I have started programming recently, about two years ago. I mostly program using java. I write bad code. I think the reason behind this, is that I have never actually seen "good" code. I have read a couple of books on programming, but all of them just have some toy examples which merely explain the concept. But this is not helpful in complex situations. I have also read books/ articles / SO questions on what is "good" code, but none of them has a complex enough example.
So, can anyone point me to some java code which is considered "good"? (I know that my coding skills will improve as I practice, but perhaps looking at some examples will help me.)