• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

doubt in (page 330, Mock Exam question 6)

 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the chapterno.7"using JSP" Mock Exam question 6(Page 330)

my opinion is the answer should be D-option but in answers, E is marked as correct option.
I have tried this practically also by giving isELIgnored ="true" only in the page-directive and
not mentioning anything for it in DD(by default it is false),it is working fine(it is ignoring EL expression as per D-option).

Also it is mentioned in {page 320} first Bang box that: page directive always take preference over DD decleration.
I have checked the HFSJ errata also, but this is not mentioned there as an issue, so am i doubting:-).

Kindly clarify me with proper explanation for the E option to be correct answer, as per HFSJ.
 
Ranch Hand
Posts: 572
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Write the complete question with options. Not everybody HFSJ or anyother book or mock
 
Ranch Hand
Posts: 1277
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
neetika ... E is correct... please refer the errata print out

E is indeed correct.
 
Niranjan Deshpande
Ranch Hand
Posts: 1277
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
neetika....yeh link par ja...yaha par clik kar
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Neetika Sood:
In the chapterno.7"using JSP" Mock Exam question 6(Page 330)

my opinion is the answer should be D-option but in answers, E is marked as correct option.
I have tried this practically also by giving isELIgnored ="true" only in the page-directive and
not mentioning anything for it in DD(by default it is false),it is working fine(it is ignoring EL expression as per D-option).

Also it is mentioned in {page 320} first Bang box that: page directive always take preference over DD decleration.
I have checked the HFSJ errata also, but this is not mentioned there as an issue, so am i doubting:-).

Kindly clarify me with proper explanation for the E option to be correct answer, as per HFSJ.



Hi Neetika,I think the D option is correct too.
 
Niranjan Deshpande
Ranch Hand
Posts: 1277
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i made mistake

D is correct !
 
Ranch Hand
Posts: 292
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This was already discussed on a previous THREAD
 
neetika sharma
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks sayak...thats wat confirmation i needed:-) thanks a lot for showing the thread:-)
[ January 07, 2007: Message edited by: Neetika Sood ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic