aspose file tools
The moose likes Beginning Java and the fly likes How many objects Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "How many objects" Watch "How many objects" New topic
Author

How many objects

gita bal
Greenhorn

Joined: Feb 22, 2010
Posts: 4
String a="hello"
String b="world"
String c=a+b

How many objects will be created and why?

Can somone answer this?
nitinram agarwal
Ranch Hand

Joined: Jan 29, 2009
Posts: 77
[Deleted]
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32599
    
    4
nitinram agarwal, please do not give a direct answer to such a question. See what it says on the title page of this forum:
We're all here to learn, so when responding to others, please focus on helping them discover their own solutions, instead of simply providing answers.
Since gita bal would learn far better from working out the answer, I have pulled rank and deleted your answer.

gita bal, welcome to the Ranch and how many objects do you think are created?
 
I agree. Here's the link: http://jrebel.com/download
 
subject: How many objects
 
Similar Threads
String Objects
One more question on strings.
String and String Object Problem
counting String objects
String question