True/False
These two ways of setting up a String yield identical results:
a) String string = new String("123.45");
b) String string = "" + 123.45;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: You may use the String.replace() method to
Q41: These two ways of setting up a
Q42: Which of the following GUI components is
Q44: The String class' compareTo method<br>A) compares two
Q45: Which properties are True of String objects?<br>A)
Q47: In the StringMutation program shown in Listing
Q48: What is the difference between a heavyweight
Q49: The main difference between a frame and
Q50: In addition to their usage providing a
Q51: The advantages of the DecimalFormat class compared