hi i wonder if there are any performance comparisons between cloning, serialiaztion andc copy constructor when using for clongin an object ??? k
karl koch
Ranch Hand
Joined: May 25, 2001
Posts: 388
posted
0
hi all i found some answers myself (well is should have asked google first before bothering you)... bruce eckels "thinking in java" has a comparison of serialization and cloning: clonining of a simple object took about 110msecs while serialization-clonging took about 3000msecs. k
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
posted
0
However I STILL want to know about clonging .
"JavaRanch, where the deer and the Certified play" - David O'Meara
subject: clonging vs. serialization vs. copy constructor