How to Write Memory-Efficient Java Code
Garbage collection has largely removed the need to think about memory management when you write Java code, but there is still a benefit to understanding and minimizing the memory usage of your applications, particularly with the growing number of deployments of Java on embedded devices. This session gives you insight into the memory used as you write Java code and provides you with guidance on steps you can take to minimize your memory usage and write more-memory-efficient code. It shows you how to
• Understand the memory usage of Java code
• Minimize the creation of new Java objects
• Use the right Java collections in your application
• Identify inefficiencies in your code and remove them
Author:
Chris Bailey
undefined
View more trainings by Chris Bailey at https://www.parleys.com/author/chris-bailey
Find more related tutorials at https://www.parleys.com/catego....ry/developer-trainin
-
Category
No comments found