Question: These two ways to set up a String will not yield identical results: String my _ string = new String ( 1 2 3

These two ways to set up a String will not yield identical results:
String my_string = new String("123.45");
String my_string =""+123.45;
True
False
These two ways to set up a String will not yield

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!