Android Application Development (AND-401) — Question 62
Which package of the following does not have classes needed for Android network connections?
Answer options
- A. java.net
- B. org.apache.http
- C. android.location
- D. android.net
Correct answer: C
Explanation
The correct answer is C, android.location, as it is primarily focused on location services and does not provide networking functionalities. The other options, A (java.net), B (org.apache.http), and D (android.net), all include classes that are essential for managing network connections in Android applications.