MCQOPTIONS
Saved Bookmarks
| 1. |
What is Android Interface Definition Language (AIDL)? |
| A. | AIDL does not the Java programming language. |
| B. | It does not define the programming interface. |
| C. | It defines the programming interface that both the client and service agree upon in order to communicate with each other using inter process communication (IPC). |
| D. | None of the above. |
| Answer» D. None of the above. | |