OFFERS
Temporary objects—Managing the Java garbage collector for application
Software Development Custom Application Garbage Collection: Effective memory management can increase the performance, scalability and reliability of your software development custom application. Learn how to examine temporary object usage to identify problems and improve code quality. Garbage collection (GC) in Java provides automatic object and memory management. Garbage collection prevents the memory leaks seen in a C++ software development custom application. Understanding garbage collection is critical for a high performance Java software development custom application.
Memory mismanagement can degrade the performance, hamper the scalability and weaken the robustness of your applications. Learn how to drill into your program’s use of temporary objects to identify problems and improve code quality. Automatic memory management is considered one of Java’s strong points. The Java garbage collector (GC) automates object and memory management, preventing the memory leaks that you see in C++. But if you don’t understand the inner workings of the GC, you could mismanage memory.
Memory mismanagement can degrade the performance, hamper the scalability and weaken the robustness of your applications. Learn how to drill into your program’s use of temporary objects to identify problems and improve code quality. Automatic memory management is considered one of Java’s strong points. The Java garbage collector (GC) automates object and memory management, preventing the memory leaks that you see in C++. But if you don’t understand the inner workings of the GC, you could mismanage memory.
A critical element of application correctness, performance and scalability is object utilization and its effect on memory. Thorough understanding of how the Java compilers and Java runtime environments use memory would be very helpful. Yet today, few engineers have expertise or experience in object optimization.
![]()
If you're interested in this topic, these articles may be helpful:
![]() | An introduction to Java programming Apple Computer Inc. For the novice Java programmer, this Apple slid... |
![]() | Embedding .NET controls in Java by Heath Stewart, Microsoft MVP, directory of technology, Proplanne... |
![]() | Managed mobile clients with OSGi: managed smart clients - developing Java OSGi applications for PDAs and other embedded devices by Michael Juntao Yuan, research associate, Center for Research in Ele... |
![]() | Web applications using Java Server Pages and servlets Web applications using Java Server Pages and servlets This demo walks... |
![]() | Intel Itanium microarchitecture support for .NET and Java by Matt Gillespie, technical author and editor. Intel Corp. The Int... |
![]()
Related Jobs:

