Multiple choice technology programming languages

Match the mobile development platforms with programming languages a. Android i. Java b. Blackberry ii.C c. iPhone iii. Java (RIM APIs) d. BREW iv. Objective C

  1. a-i,b-iii,c-iv,d-ii

  2. a-ii,b-i,c-iv,d-iii

  3. a-iii,b-i,c-ii,d-iv

  4. a-i,b-iv-c-ii,d-iii

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

Android applications are primarily written in Java (option i), Blackberry classic apps use Java with RIM APIs (option iii), iOS (iPhone) apps traditionally used Objective-C (option iv), and BREW development uses C/C++ (option ii). This matches the mapping a-i, b-iii, c-iv, d-ii.