Search:

Type: Posts; User: copeg

Search: Search took 0.07 seconds.

  1. Re: how to implement deep cloning without serialization?

    String does not override the clone method, thus it relies on its parent class (Object) clone method, which is protected. Just create a new String from the old
  2. Re: how to implement deep cloning without serialization?

    Define 'it is not working'...does it compile? Are there exceptions? Does it misbehave? Post all errors in their entirety
Results 1 to 2 of 2