Java and Performance: Biggest Mistakes

After a quick intro to the problem of bad quality code itself, we walk through 6 specific examples of broken applications from a performance, scalability and architectural perspective. Each example highlights the impact of quality, the root cause and the technical metric to look at before checking in code to avoid these problems. More resources for Java developers: This talk was delivered by Andreas Grabner for SF Java:
Back to Top