What is the output of the following code?
```
public class Test {
public static void main(String[] args) {
String s1 = "Welcome to Java!";
String s2 = s1;
if (s1 == s2)
System.out.println("s1 and s2 reference to the same String object");
else
System.out.println("s1 and s2 reference to different String objects");
}
}```
a. s1 and s2 reference to the same String object
b. s1 and s2 reference to different String objects
a
You might also like to view...
When you send someone an email address, it travels across the Internet to the ____________________ email server at your ISP.
Fill in the blank(s) with the appropriate word(s).
What is the default format when you export data to Word?
What will be an ideal response?
Case Based Critical ThinkingCase 1You are in charge of finalizing the text and type for a new website your company is building. Answer the following questions. If the font size on a header in the website is 36, what are the units?
A. Points B. Picas C. Inches D. Millimeters
Which of the following is a direct advantage of having wireless standards?
A. Increased use of wireless spectrum B. Greater device security C. Interoperability between devices D. Increased number of protocols can be used