Hi Luk
By the "toString" method, two objects are created which are different , so the answer is FALSE.
If you replace '==' by 'equals' then answer is true, because String class overrides the equals methods and compare the contents of String objects.
Hope this clarifies.