What will happen if you don't override hashcode method | java interview questions

Опубликовано: 14 Октябрь 2024
на канале: Pushpendra Gupta
13,180
44

Thanks for watching this video hope you liked the video and cleared your understanding.

Java interview questions
How hashmap works ?
what is hashcode method ?
what is the equals method ?
what is need to override equals method ?
what is need to override hashcode method ?
how is hashmap implemented ?
what will happen if you do not overide equals method ?
what will happen if you do not overide hashcode method ?
what will happen if equals method always return true ?
what will happend if hashcode method only return specific value ?
what is the contract between hashcode and equals method ?
what is new implementation of hashmap in java 8 ?