Skip to content Skip to sidebar Skip to footer

Widget HTML #1

Java Memory Management

java-memory-management
Java Memory Management, What Java professionals need to know about memory, garbage collection, tuning the VM, and avoiding memory leaks.
  • Created by Matt Greencroft, Virtual Pair Programmers
  •  English
  •  English [Auto-generated]
What you'll learn
  • The best Java programmers have a deep understanding of how memory works in Java, and use this to influence how they create their code. This course will give you that understanding, together with the tools that you will need to investigate when things go wrong.
  • By the end of this course, you'll understand important concepts like the stack and the heap, limitations of the final keyword, and how garbage collection works.
Includes
  • 3.5 hours on-demand video
  • 1 article
  • 8 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
  • Certificate of Completion
Preview This Course - GET COUPON CODE

Description
This is a course for Java professionals (or aspiring Java professionals) who need an in depth understanding of how memory works in Java. In this course you'll learn what kinds of memory leaks are possible in Java, and how to avoid them. In addition I'll show you tools you can use to analyse how your applications are performing, and detect inefficient memory use, such as objects which are taking up too much memory, or problems causing inefficient garbage collection. And we'll see how to fix these.

You don't need to be a Java Expert to do this course, but you should be able to confidently create basic Java code before you start.
Who this course is for:

  • This is an advanced Java course, and is most suitable for Java programmers who have some experience creating real world production software.
  • If you have ever created code that has run out of memory, or suffered from poor performance due to memory usage, then this course will show you how to identify the cause and resolve the problem.

Post a Comment for "Java Memory Management"