Question: What is true about the given assignments below? String s 1 = new String ( hello ) ; String s 2 = new

What is true about the given assignments below?
String s1= new String("hello");
String s2= new String("hello");
boolean flag = s1==s2;
A. value of flag is true
B. value of s1.substring(3) is same as value of s2.substring(3)
C. A and B
D. Any of the strings can be changed by using the replace methods of the String class
E. None of the above

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 Databases Questions!