Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Question from 406 test

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1) From a model-view-controller programming model perspective,
which two of the following statements are true with respect
to a well-layered web application built with Servlets and
JSPs?

a) Servlets fill the role of the controller.
b) Servlets generate HTML and interact with business objects.
c) Business domain objects are commonly used in JSPs.
d) Servlets provide JSPs with information from the business
domain.


2) Which of the following statements BEST describes a well-
layered web application?

a) The business model has knowledge of the presentation
layer.
b) The presentation layer has knowledge of the business
model.
c) Business domain logic is coded in JSPs.
d) Business domain objects make decisions about how the
presentation layer behaves.
e) The presentation layer encapsulates the manner in which
information is conveyed to the user

* These are the questions from the IBM practice exam for 406
test. Can somebody in the know please explain?
TIA
-v
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For question 1 : a, d
For question 2 : d
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic