Jump to ratings and reviews
Rate this book

Java Performance Tuning

Rate this book
Performance has been an important issue for Java developers ever since the first version hit the streets. Over the years, Java performance has improved dramatically, but tuning is essential to get the best results, especially for J2EE applications. You can never have code that runs too fast. Java Peformance Tuning , 2nd edition provides a comprehensive and indispensable guide to eliminating all types of performance problems. Using many real-life examples to work through the tuning process in detail, JPT shows how tricks such as minimizing object creation and replacing strings with arrays can really pay off in improving your code's performance.Tuning J2EE applications bears many similarities to tuning J2SE apps, but important and specific considerations apply. For this reason, Java Performance Tuning , Second Edition includes four new a new chapter on J2EE application tuning in general followed by chapters on tuning JDBC, servlets and JSPs, and EJBs. Java Performance Tuning offers common-sense advice about what to tune and what to leave alone, emphasizing techniques that provide big performance gains with minimal code restructuring. It gives you crucial guidance that helps you tune without destroying your program's architecture. Blindly changing things in an effort to make a program run faster is a great way to create buggy, unmaintainable code. Java Performance Tuning teaches you to work efficiently and effectively, resulting in code that is robust, maintainable, and fast. Java Performance Tuning , Second Edition shows you how Covers JDK 1.4

600 pages, Paperback

First published January 15, 2000

2 people are currently reading
103 people want to read

About the author

Jack Shirazi

1 book1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
15 (22%)
4 stars
24 (36%)
3 stars
19 (28%)
2 stars
7 (10%)
1 star
1 (1%)
Displaying 1 - 5 of 5 reviews
Profile Image for Vladimir Kameñar.
Author 4 books6 followers
November 2, 2021
Too many people think that there is no need to care about performance because the JVM optimizes the code automatically. That's why there are tons of highly inefficient code. Sometimes, a very simple change can make your code run hundreds or thousands of times faster, saving costs, improving responsiveness. This book is a must read for every Java programmer.
Profile Image for Steve.
79 reviews24 followers
August 5, 2007
I certainly learned a lot about writing faster java code although light on advanced garbage collection techniques. Honestly, learning how to use the garbage collector better did more for the speed of my java code than most of the tricks I learned in here.
Profile Image for Jan.
91 reviews2 followers
March 2, 2012
Every Java coder should have read this. There are too many idiot coders out there. Some of the performance proposals should probably be stayed away from, though... Overall, a good book to teach you some "performance manners"...
88 reviews
August 30, 2011
Very good to understand that main improvement in software, even in java can be done on our code side.
The VM isn't an excuse after reading this book
24 reviews
Read
October 8, 2013
There is a lot out of date but still a lot of good facts that still hold
Displaying 1 - 5 of 5 reviews

Can't find what you're looking for?

Get help and learn more about the design.