Sollicitatievraag bij Six Dee Telecom Solutions

Difference between String and new String. How will the load be handled. I don't know who will ask these type of question while interviewing for java lead.

Antwoorden op sollicitatievragen

Anoniem

24 okt 2019

I answered it. So simple. Just one question he repeatedly kept asking how we decide what should be used.

Anoniem

23 dec 2020

The string is a literal which is on a shared pool of string while the new string is a reference if you do an identity check in referral it fails while on the string it will succed.