Reversing a String in Java

Today I’m going to go ‘back to basics’ a bit and talk about string manipulation in Java. In particular, let’s talk about reversing a string. Something that is taught in every 100-level computer science class. The premise is simple enough. Take...

Subversion and Snow Leopard

Along with so many others, I upgraded to Snow Leopard. Overall the upgrade went without a hitch. However, I noticed that my Subversion repository was no longer available from Subclipse or via the Web Browser. Not good. So I did some digging around and upon finding...

Getting Started in Java Development

I get asked this question.. a lot. David, any tips on how I can learn Java quickly? Or the more popular variant of it: David, how can I learn Java fast? Short answer: You can’t. There’s no shortcuts in learning software development in any language. Period....