Core Java Technologies Tech TipsTips for using core Java SE APIsThe Attach API- August 23, 2007 The Attach API allows you to attach to a target virtual machine (VM). By attaching to another VM, you can monitor what's going on and potentially detect problems before they happen.http://blogs.sun.com/CoreJavaTechTips/entry/the_attach_api Logging Localized Message- August 20, 2007 While the Logging API hasn't changed much since being introduced with the 1.4 release of Java SE, there are two things many people don't realize when they log a message.http://blogs.sun.com/CoreJavaTechTips/entry/logging_localized_message |