JAVA - Questions
https://www.interviewbit.com/java-interview-questions/
Can you tell the difference between equals() method and equality operator (==) in Java?
equals method can be used with string to do the compares
== operator will just compare the memory addre...
hashcodehub.hashnode.dev6 min read