Which package of the following does not have classes needed for Android network connections?
Which package of the following does not have classes needed for Android network connections?
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.
C. android.location