Mahesh asks:
> IS there any documentation on 'Efficient Java Coding' or making java code
> faster by writting better code....If yes please let me know...
John Hunt's _Key Java: Advanced Tips and Tricks_ (Springer) has
several chapters on performance measurement, optimizing for speed,
optimizing for memory, etc. Martin Fowler's _Refactoring_ has some
things to say about optimizing. I'm sure a great many java books have
some sort of chapter about optimizing, most of them seem to have the
usual general advice "of course your algorithm has the most impact on
speed, but avoid instantiating a lot of objects and avoid
concatenating strings, blah blah blah..."
Steven J. Owens
[EMAIL PROTECTED]
[EMAIL PROTECTED]
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html