InterviewSolution
Saved Bookmarks
| 1. |
So Why Don't We Just Compare Stringified References? |
|
Answer» FIRST, the object MAY have moved in between the TIMES that its references were stringified, so the strings may not be identical. Also, there are POTENTIAL problems if you have multiple vendors because stringified object references can be quite ORB-specific. First, the object may have moved in between the times that its references were stringified, so the strings may not be identical. Also, there are potential problems if you have multiple vendors because stringified object references can be quite ORB-specific. |
|