510 likes | 522 Views
Learn how to handle memory leaks in Java programs through design patterns, emphasizing loose coupling and high cohesion. Explore JUnit testing, Gang of Four design patterns, memory leak prevention strategies, and more.
E N D
Making Code Robust In this module you will learn how to handle memory leak, through Design Pattern we teach loose coupling and high cohesion in designing. Sriram Balasubramanian Email: javamsrirama@gmail.com
Objectives Manage Java Programme Memory Leaks Unit Testing with JUNIT “Gang of Four “ – Design Patterns Factory Method Observer Strategy Singleton Adapter State
Memory Leak Memory Leak
J Unit Framework J Unit Framework
Design Patterns Classification Design Patterns
Factory Abstract Factory Singleton Creational
Observer Strategy State Behavioral
Adapter Wrapper Structural
Summary Manage Java Programme Memory Leaks Unit Testing with JUNIT “Gang of Four “ – Design Patterns Factory Method Observer Strategy Singleton Adapter State