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

Verified
Correct Answer:
Verified
Related Questions
Q13: What will be displayed by this command:
Q14: What is the function of the dot
Q16: In Java a variable may contain<br>A) a
Q17: When comparing any primitive type of variable,
Q19: A JPanel can be added to a
Q20: What happens if you attempt to use
Q21: Say you write a program that makes
Q22: What is the advantage of putting an
Q23: Write a method to extract the initial
Q33: You may apply the prefix and postfix