Which of the following data type(s) are supported by AIDL? 1)string 2)list 3)map 4)All native java datatype

Options
- 1,2 and 3
- 4
- All of the above
- None of these


CORRECT ANSWER : All of the above

Discussion Board
Explanation-

All primitive types in the Java programming language (such as int, long, char, boolean, and so on)
String
CharSequence
List
Map

Sapna Ambadkar 03-10-2017 07:14 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement