> For the complete documentation index, see [llms.txt](https://wiki.dewaka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dewaka.com/programming-languages/java/performance.md).

# Java Performance

## Tips

* When to use final?&#x20;

  [Java theory and practice: Is that your final answer?](https://www.ibm.com/developerworks/java/library/j-jtp1029/index.html)

## JMH Benchmarking

* [Microbenchmarking with Java | Baeldung](https://www.baeldung.com/java-microbenchmark-harness)
