You are not logged in.
Pages:: 1
#1 2015-07-13 06:36:00
Boolean String:
OOP (Object Oriented Programming) Quizzes Object Class
Question:
Which method of string class in java is used to converts the boolean into String?
Option A):
public static String valueOf(double i)
Option B):
public boolean equals(Object anObject)
Option C):
public static String valueOf(Object obj)
Option D):
public static String valueOf(boolean i)
Correct Answer is Option D):
public static String valueOf(boolean i)
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-07-13 06:36:00
- Advertisement
- Ads By Google
Re: Boolean String:
\n
Pages:: 1