Experienced #java #interview #question | #3

preview_player
Показать описание
Java programming interview questions
Рекомендации по теме
Комментарии
Автор

(sb == s) compares the content and which returns 'true' in this case.

tech__drao
Автор

false, because that class don't overwrite equal method from object class

huyennguyenvan
Автор

False
sb they are of diffrent types unless if use .toString to convert sb to String the results will be True

briantowett