#interview
Read more stories on Hashnode
Articles with this tag
What is embedded container in spring boot and why it is important? Spring boot comes with an embedded container which is a light weight server that...
Well equals() method and == operator both do the comparison operation and give us boolean output. But the difference is how they do the comparison. ==...