On May 10, 10:49 am, Hitendrasinh Gohil <[email protected]> wrote: > hi, > > can anybody tell me wht the three elipses added after Void
Its called a variable-length argument list. See http://www.deitel.com/articles/java_tutorials/20060106/VariableLengthArgumentLists.html for example. > and this Void is different from void. A Void is a void object. void is a void type. Cheers, - C -- 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

