| Author |
Reference Assignment
|
prakash praksh
Greenhorn
Joined: Oct 22, 2009
Posts: 2
|
|
Please let me know what happens when at line no 1 and line no2. ?
|
 |
John de Michele
Rancher
Joined: Mar 09, 2009
Posts: 600
|
|
Prakash:
Have you tried it? What do you think will happen?
John.
|
 |
Nicolas Kal
Ranch Hand
Joined: Sep 09, 2009
Posts: 69
|
|
Prakash,
At line 1 (9 in the snipset) object 'o' references to the same object reference of p
At line2 (11 in the snipset) object 'o' references to the array reference of variable a in line 10
Regards,
Nicolas
|
SCJP 6.0 , SBCD (Preparing..),
MSc Enterprise Systems Development, BSc Computer Science
|
 |
 |
|
|
subject: Reference Assignment
|
|
|