Categories
JavaTips and Tutorials → Development

Improve the performance of your Java code

Many algorithms are expressed most concisely as tail-recursive methods. Compilers can automatically transform such methods into loops and thereby improve program performance, but this transformation is not required by the Java language specification,...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

How to lock down your Java code

You inevitably spend some part of your week crunching code that you didn''t write, and for which you may not have the source. This beginner''s guide to opening up and locking down Java code walks you through the essentials of disassembling,...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2019 A--9.com