Logo

Java Platform Performance: Strategies and Tactics

Large book cover: Java Platform Performance: Strategies and Tactics

Java Platform Performance: Strategies and Tactics
by

Publisher: Prentice Hall PTR
ISBN/ASIN: 0201709694
ISBN-13: 9780201709698
Number of pages: 256

Description:
The authors give the experienced Java programmer plenty of strategies and tips for getting the most out of Java code. The book offers concrete suggestions for improving real-world programs, but it also helps you think about performance as you design and test Java software. You learn how to reduce object creation and class loading, which can allow your programs to load faster and consume less memory.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Java PreciselyJava Precisely
by - IT University of Copenhagen
This is a concise description of the Java programming language, version 1.1 and later. It is a quick reference for the reader who has already learned (or is learning) Java from a standard textbook and who wants to know the language in more detail.
(22050 views)
Book cover: Sun Certified Java Programmer Pre-Exam EssentialsSun Certified Java Programmer Pre-Exam Essentials
by
This text is a basis for revising for the Sun Certified Programmer examinations, it does not to teach the Java language or the topics required for the exam. It collects all the essential information you need to retain, in one place.
(22005 views)
Book cover: Concurrent Programming Using JavaConcurrent Programming Using Java
by
An introduction to using Java in concurrent or multithreaded applications. Topics covered are race conditions when threads share data, critical sections, mutual exclusion, semaphores, monitors, message passing, the rendezvous, etc.
(20909 views)
Book cover: Java: Classes in Java ApplicationsJava: Classes in Java Applications
by - BookBoon
This volume is the second part of the 'Java'-series written by David Etheridge. This book gives the reader an introduction to Documentation, Abstract and Parent classes, Inheritance, Error in Java, Java Interfaces and much more.
(17517 views)