• 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

Pls answer these 5 questions

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. What could be the purpose of an Application server to have more than one EJB Container

2. How multiple clients can access entity bean concurrently ?. Can multiple entity beans represent
the same record and can there be more than one EJBObjects?

3. What are the different ways a Container uses the primary key object ?

4. An entity bean that does not have a local interface can have only unidirectional relationships from
itself to other entity beans. The lack of a local interface prevents other entity beans from having a
relationship to it. Please explain this.

5. The cascade-delete option cannot be specified for a many-to-many relationship. Why ?

~Deiveehan.
SCJP, SCWCD.
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Deiveehan,

Please change your displayed name to conform to JavaRanch's Naming Policy.

In your case please use a first name (or initial) followed by a family name.

You may change your displayed name here.

Thank you
 
reply
    Bookmark Topic Watch Topic
  • New Topic