Aditya Dikeadityadike.hashnode.dev·Jul 21, 2023Unlocking Java's String Secret: The Truth About ImmutabilityHey there! If you're new to learning Java or already a Java developer, you might have heard people say that 'strings are immutable and cannot be modified.' But often, nobody really explains the reason behind it, or if they do, it's not easy to rememb...22 likes·129 readsWeMakeDevs
Sham Vijayiamvbenz.hashnode.dev·Apr 1, 2023Pass by Reference vs Pass by ValueIntroduction Have you ever faced a situation where you compared two strings using the "==" operator in Java, but it returned false even though the strings were equal? This can be a frustrating experience for Java coders. I made this mistake myself wh...1 like·50 readsWeMakeDevs