• 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

Enterprise Bean Environment question from ejbcertificate.com

 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which of the following statements regarding an enterprise bean's environment are correct? [Check all correct answers]

1.The container provides the tools that allow the deployer to create and manage the enterprise bean's environment.

2.Enterprise bean instances can modify the values of the environment entries at runtime.

3.The deployer sets and modifies the values of the environment entries by editing the enterprise bean's deployment descriptor.

4.Enterprise bean instances obtain the values of the environment entries from the enterprise bean's deployment descriptor.

5.Enterprise bean instances use the JNDI interfaces to obtain the values of the environment entries.
 
Ranch Hand
Posts: 351
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Poobathy,
Welcome to the SCBCD forum. This question has been discussed many a times in this forum. If not the question as a whole, its individual options have surely been discussed.

Options 1 and 5 are correct.

Here are some more discussions - One and Two

Regards,
Leena
[ March 16, 2005: Message edited by: Leena Diwan ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic