Google News
logo
Android - Quiz(MCQ)
Which of the following method in android is used to log debug messages?
A)
Log.r()
B)
Log.d()
C)
Log.R()
D)
Log.D()

Correct Answer :   Log.d()


Explanation : The Lod.d() method in android is used to log debug messages.

Advertisement