Android Application Development (AND-401) — Question 46
Which of the following is NOT true about class DefaultHttpClient?
Answer options
- A. It supports HTTPS.
- B. It supports streaming uploads and downloads.
- C. It is only supported on Android versions 2.2 and older.
- D. It is Andriod’s default implementation of an HTTP client.
Correct answer: C
Explanation
The correct answer is C because DefaultHttpClient is not limited to Android versions 2.2 and older; it was deprecated in later versions. Options A, B, and D are true statements about DefaultHttpClient's capabilities and role in Android.