Multiple Choice
The method trim of the String class trims off:
A) Leading white space
B) Trailing white space
C) Leading and trailing white space
D) Blanks
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The String class is a mutable class.
Q2: Converting from a value of primitive type
Q3: What is the purpose of Java's wrapper
Q4: An example of secondary memory is:<br>A)RAM<br>B)ROM<br>C)hard disk<br>D)all
Q6: A main method can be placed inside
Q7: Does an object created with a copy
Q8: Write a statement that creates and initializes
Q9: Write a statement that creates a constant
Q10: A class invariant is a statement that
Q11: All of these are methods of Java's