Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Find the Output
public static void main(String[] a){
System.out.print(String.valueOf(1)+String.valueOf(2));
String s1="s1";
String s2=s1.toString();
System.out.print(","+(s1==s2));
}
}
Questions by aruneverb4u
Editorial / Best Answer
rave123nitb12,true
Related Answered Questions
Related Open Questions