Multiple Choice
What does the following statement do?
Float number = new Float(8.8) ;
A) It creates a Float object.
B) It initializes that object to 8.8.
C) It assigns the object's address to the number variable.
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: If a non-letter is passed to the
Q32: Each of the numeric wrapper classes has
Q52: What will be the tokens for the
Q53: You must call a method to get
Q54: When using the StringBuilder class's insert method,
Q55: What will be the value of str
Q56: StringBuilder objects are immutable.
Q57: If str is declared as: String str
Q58: In the following statement, what data type
Q59: What will be the value of matches