Computer Science, asked by junaid367789, 3 months ago

1) Which method of string class in java is used
to convert the boolean into String?
Published on 21 Jul 15
a. public static String valueOf(double 1)
b. public static String valueOf(boolean 1)
c. public boolean equals(Object anobject)
d. public static String valueOf(object obj)​

Answers

Answered by Oreki
0

Answer:

   B. public static String valueOf(boolean b)

Similar questions