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.
When does the String Literal pool gets cleared?
String s1 = "abc";
Now if I again use this same statement in a different java class, ie;
String s2 = "abc";
Will I get the same reference for "abc" in both the classes.
Profile Answers by joemonta Questions by joemonta
Questions by joemonta answers by joemonta
Related Answered Questions
Related Open Questions