@radha-BTDzli
•
Oct 26, 2024
Oct 26, 2024
1.9K
string pool in java
when we declare a string object in the form of String aa=new String("java") and String aa="java" ,then is that in both cases the string object is made on the heap...