If you search over the internet, you may get different opinions and much confusion regarding pass-by-value and pass-by-reference in Java. Some say, primitives are pass-by-value and objects are pass-by-reference, then some say, something else. So let's explore and understand in a proper way.
Let's see what happens when the Compiler and the JVM come together to discuss the topic "Who is more important ?" 😝
If you search over the internet, you may get different opinions and much confusion regarding pass-by-value and pass-by-reference in Java. Some say, primitives are pass-by-value and objects are pass-by-reference, then some say, something else. So let's explore and understand in a proper way.
Let's understand the OOPs concept regarding immutable and mutable objects and classes. Also, we will deep dive into Java Strings and how its special in Java and immutable in nature.
Let's see what happens when the Compiler and the JVM come together to discuss the topic "Who is more important ?" 😝
Subscribe to get fresh updates in your inbox directly.
