• 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

david bridgewater mocks

 
Ranch Hand
Posts: 1277
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all

i am going through the chspters from david bridge water's book
just fiished the mock test for the chapter Servlet Technology model

The test had questions that included SC_XXX_XXXXXX types of options, i mean the options tah expected you to know some things not there in head first book.

Also i saw a strange thing, the tast had questions like
response.getWriter().write(....) while head forst says, you call println() only on a PrintWriter object and a a write on a ServletOutputStream object - like

ServletOutputStream out = response.getOutputStream();
out.write(binary data);

also the test had questions that with code , showing the service() and destroy() methods being over ridden...!! but it was logical to make out the answer.

Please tell me whether i should bother about such questions ???
Hope to get good advice !
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic