Programming - Wrapper Classes - Discussion

You Are Here :: Home > JAVA > Wrapper Classes - Discussion

 



Q.

To convert the Integer type object to a String object using the___________________________________ methods.                         


A. Integer.toBinaryString() B. Integer.toHexString()
C. only A D. both A and B

Answer: Option D
Explaination:

 


To convert the Integer type object to a String object using the Integer.toBinaryString() and Integer.toHexString() methods.




Discussion

Your Comments Goes here...
NameDiscussion