allisonzawodny4204 allisonzawodny4204 05-02-2020 Mathematics contestada These two ways of setting up a String yield identical results: a) String string = new String("123.45"); b) String string = "" + 123.45; Group of answer choices True False