Java Interview Question 4 – What is HashCode of an Empty String?
As a part of Java Interview Questions, in this post, we will see an interview question which I faced in an interview, “What is HashCode of an Empty String?“. HashCode is an integer representation which is typically generated by converting the internal address of an object to integer. Object class contains a native method called…
Read More “Java Interview Question 4 – What is HashCode of an Empty String?” »