Qa Automation Testing Interview Questions

3,916 qa automation testing interview questions shared by candidates

The question is from string. class Test { public static void main(String args[]) { String t1 = "Auto"; String t2 = "Auto"; System.out.println(t1==t2) //Line1 String x1=new String("Java"); String x2 =new String("Java"); System.out.println(x1==x2); //Line 2 } } What is the output of Line 1 and Line2
avatar

QA Automation Engineer

Interviewed at Fidelity Investments

4.1
Oct 5, 2019

The question is from string. class Test { public static void main(String args[]) { String t1 = "Auto"; String t2 = "Auto"; System.out.println(t1==t2) //Line1 String x1=new String("Java"); String x2 =new String("Java"); System.out.println(x1==x2); //Line 2 } } What is the output of Line 1 and Line2

Viewing 361 - 370 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 3,916 interview questions and reports from Qa automation testing interviews. Prepare for your interview. Get hired. Love your job.