And it should be noted that all storage is pre-zeroed. You don't need to clear an array, eg, after you allocate it.
For copying arrays from one place to another you can use System.arraycopy(). On Sep 28, 9:12 pm, n2v2rda2 <[email protected]> wrote: > im newbie in java and android > > in c, c++ , there are many memory-contorl-function like - > memset,memcpy,sprintf > i want to use those function in java > > what and how should i use ? > please warm answer -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

