• 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

RequestDispatcher Question

 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

See attached question from Whizlabs, practice exam 3, Q64.

Strictly speaking the signature of the doGet is wrong, that's why I chose 'D' as the answer. If the signature was correct
then I would have chosen 'B'. Are questions like this likely to come up in the real exam?

Any thoughts would be great.
Cheers. Ro

rd.jpg
[Thumbnail for rd.jpg]
rd
 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ronan please post the question as text...
 
Creator of Enthuware JWS+ V6
Posts: 3411
320
Android Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ronan,

Strictly speaking the signature of the doGet is wrong, that's why I chose 'D' as the answer. If the signature was correct
then I would have chosen 'B'. Are questions like this likely to come up in the real exam?


You are right: the answer should be D. These questions can come on your exam: it is very important to know the signature of the methods!

Regards,
Frits
 
reply
    Bookmark Topic Watch Topic
  • New Topic