Exam AND-401 All QuestionsBrowse all questions from this exam
Question 62

Which package of the following does not have classes needed for Android network connections?

    Correct Answer: C

    The android.location package contains the framework API classes that define Android location-based (GPS) and related services. It does not contain classes needed for Android network connections, unlike the other packages listed: java.net, org.apache.http, and android.net, which are all involved in various aspects of network communication.

Discussion
MmadiOption: C

C. android.location