Java Annotations
Check out the new functionality in the Java "Tiger" release. Looks like the major .NET languages and Java language oriented functionality are going to be walking lockstep for the forseeable future.
Dive into my thoughts on coding, tech trends, and developer life. Explore all posts, filter by category, or search by tag.
Check out the new functionality in the Java "Tiger" release. Looks like the major .NET languages and Java language oriented functionality are going to be walking lockstep for the forseeable future.
Today my brain had a situation where it looped continuously making a decision whether to email a customer on their wording in an email.
The System.Diagnostics.Debugger class provides a handy means of interacting with an attached debugger and to determine whether a debugger is present.
I recently included unhandled exception processing in a Windows Forms application to help fault find some problems. Unhandled exceptions were processed by bringing up a user friendly message and...
Brad Abrams posted on the NullReferenceException or ArgumentNullException question. For me, it's one of those "close call" questions.
Just a thought: I seem to use "Paste Special ..." and then select "Unformatted Text" so often it really should be as much of a standard keystroke as Ctrl-C for Copy and Ctrl-V for Paste.