Multiple Choice
Use the following import statement when using the Character wrapper class:
A) import java.Char
B) import java.lang.Char
C) import java.String
D) No import statement is needed
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: The Character wrapper class provides numerous methods
Q32: To convert the int variable, number to
Q33: What will be the value of loc
Q34: When using the String class's trim method,
Q37: The String class's valueOf() method accepts a
Q37: The String class's valueOf method accepts a
Q38: Two ways of concatenating two Strings are:<br>A)
Q39: Autoboxing is:<br>A) Java's process of automatically "boxing
Q40: For the following code, how many times
Q47: You cannot assign a value to a