Java Tips
Some useful Java code examples I've run across. I'm starting this from scratch since I lost access to my stuff at work. These are in no particular order, and more examples will appear over time.
FYI, I won't put things here like "You should always use prepared statments when creating queries". You should know this. But you'd be suprised how many "expert" java programmers I've seen who don't use them. There are very few reasons to *NOT* use them folks. Deal with it.
|