Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
How many objects will createbe created in below javathe following Java code :
String s = "abc"; s = ""; String s2 = new String("mno"); s2 = "pqr";
How many objects will create in below java code :
How many objects will be created in the following Java code: