...can improve performance.
* **Optimizing the compiler.** The Java compiler can be configured to generate more efficient code.
* **Using a profiler.** A profiler can help you identify the parts of your code that are the most inefficient. This information can be used to target your optimization...