String s1="you"; String s2=s1+"are"+new String("honest"); In the above code how many objects will be created and which will be available for garbage collection?

Questions by RATNAPRABHA

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions