• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

HFSJ Page 680

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
My answers to the filter exercise are as follows :

1 , 5
1 , 2 , 5 *
1 , 4 , 5 *
5
1 , 3 , 5

However, the answers in HFSJ for (2) & (3) are :
1 , 5 , 2
1 , 5 , 4

I am not sure I understand why the order in HFSJ answer is different from mine. I would take it that filter 5 is declared as the last filter in the snippet, it should be always at the end of the chain?

Thanks for any insight!!
 
Jayant Raj
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Got my answer here .


Cheers guys!!
 
reply
    Bookmark Topic Watch Topic
  • New Topic