EPAM Systems Interview Question

Can you explain the difference between == and equals()? Are strings immutable? Can you explain the hashcode method?

Interview Answer

Anonymous

Jun 10, 2022

We can you use operator equals to compare references and method equals for compare content comparasion.