Tip Bank

DevX - Software Development Resource

Reallocating Memory Pointers

In any decent sized application, one of the most common activities is string manipulation at one level or another. One of the most common problems with string manipulation is the

DevX - Software Development Resource

Reading from a Property File

Sometimes it’s useful to get information from a text property file, especially when you want to change values inside classes without recompiling them every time. A simple (and fast) way

DevX - Software Development Resource

Run Java Applications Using the Many JARs File

You can do this without using the classpath directive at the command line. How? Easy! Just write a launcher! Here’s the code: /* Allow you to type “java QuickRunner” instead