175k views
3 votes
What is the memory manager found in the Android SDK called?

a. MemoryWare
b. AndroidMemoryX
c. MemoryMaster
d. Dalvik

User Dave Brace
by
7.3k points

1 Answer

1 vote

Final answer:

The memory manager found in the Android SDK is called Dalvik.

Step-by-step explanation:

The memory manager found in the Android SDK is called Dalvik. Dalvik is a specialized virtual machine that was used in earlier versions of the Android operating system. It is responsible for managing memory allocation and garbage collection in Android applications.

User Ricksmt
by
6.7k points