Multiple Choice
To convert the int variable, number to a string, use the following statement:
A) String str = Integer.toString(number) ;
B) String str = integer.toString(number) ;
C) String str = integer(number) ;
D) String str = number.Integer.toString(str) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: If you are using characters other than
Q16: You can change the contents of a
Q28: Which of the following methods of the
Q29: If a non-letter argument is passed to
Q31: The Character wrapper class provides numerous methods
Q33: What will be the value of loc
Q34: When using the String class's trim method,
Q36: Use the following import statement when using
Q37: The String class's valueOf() method accepts a
Q47: You cannot assign a value to a