On Jun 2, 2:51 am, Reinier Zwitserloot <[email protected]> wrote: > NB: The 'final limitation' exists because of confusion. For example, > what does this print: > > Runnable[] r = new Runnable[3]; > for (int i = 0; i < 3; i++) r[i] = #() {System.out.print(i);}; > for (int i = 0; i < 3; i++) r[i].run(); > > Looks like it ought to print "123", right? Nope. It would print "333". > Which is confusing.
OK, I'm confused. Explain, please. -- You received this message because you are subscribed to the Google Groups "The Java Posse" 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/javaposse?hl=en.
