Sorting strings with the Java platform can be thought of
as an easy task, but there is much more thought that should
be put into it when developing programs for an international
market. [
Read More]
We've made it through another year, and it's time for another tech tips quiz.[
Read More]
Learn how to create a
JTabbedPane component container that accepts components placed within a panel for each tab.[
Read More]
On January 9 & 10, the Tech Days Conference will be in Atlanta Georgia. (FREE!)[
Read More]
Read about and sign up for these two new certification courses.[
Read More]
Learn about the Callable interface, and its call method to return an Object.[
Read More]
This technical tip focuses using the
MBeanRegistration interface to manage Management Bean (MBean) life cycles.[
Read More]
Learn how to add applications to the Microsoft Windows taskbar, the Gnome notification area, or KDE's system tray.[
Read More]
Learn how to set up a logging handler and configure the server.[
Read More]
Learn the in's and out's of writing toString methods, and discover the Tech Days program.[
Read More]
There is more to the Preferences API than just getting and setting
user specific settings. There are system preferences, import and export
preferences, and event notifications associated with preferences. There
is even a way to provide your own custom location for storage of
preferences.[
Read More]
The enhanced for-loop is a popular feature introduced with the Java SE platform in version 5.0. Its simple structure allows one to simplify code by presenting for-loops that visit each element of an array/collection without explicitly expressing how one goes from element to element.[
Read More]
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.[
Read More]
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.[
Read More]