Multiple choice technology platforms and products

_______ is the Android way of doing IPC that is interface based and lightweight

  1. Android Interface Description Language

  2. Android Inter-process Description Language

  3. Android Definition Language

  4. None of above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

AIDL (Android Interface Definition Language) is Android's interface-based IPC mechanism that defines the programming interface that both the client and service agree upon. It enables communication between processes with method calls similar to local Java interfaces.