Solved

What Does the Following If Statement Do

Question 72

Multiple Choice

What does the following if statement do?
if (code == HttpURLConnetion.HTTP_OK)


A) It checks if the code is 200.
B) It checks if the code is 404.
C) It checks if the connection is still connected.
D) It checks if there is HTTP.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions