| Category | Tip | Description |
| Swing | Descendant Classes | Create your own package of swing components to provide maximum flexibility during the development lifecycle. |
| JDBC | Close Everything | Always close result sets, statements and connections manually, particularly when using connection pooling in an application server. |


