\
Allocated and deallocated by explicit directives, specified by the programmer, which take effect during execution \n Referenced only through pointers or references, e.g., dynamic objects in C++ (via new and delete), all objects in Java \n \n ex: new int