Quantcast
Channel: Javalobby - Comments for "Design Patterns Uncovered: The Mediator Pattern"
Browsing latest articles
Browse All 5 View Live

Do you have syntax

Do you have syntax likeforeach(Colleague colleague: colleagues)in Java? Nice article anyway, especially the Watch Out chapter is really useful...

View Article


Thanks Gabor Yes - that

Thanks Gabor Yes - that foreach syntax has been in since Java 5. James

View Article

I think Gabor meant that you

I think Gabor meant that you use 'foreach' instead of simple 'for' - it surely doesn't exist ;dI love your articles on Design Patterns. Great stuff!

View Article

Thanks a lot! Great article.

Thanks a lot! Great article.

View Article

The syntax would be:

The syntax would be: for(Colleague colleague : colleagues){}

View Article

Browsing latest articles
Browse All 5 View Live