On Jul 28, 10:26 am, Daniel Drozdzewski <[email protected]> wrote: > > No. > The static initialisation of class A references class Main. > This means that initialisation of class A will cause class Main to > load, which in turn will run its initialisers.
And what if class Main happens to have static initializers that reference some class A static variable. Then the references become circular. How is that resolved? -- 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

