• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

ejb quiz

 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which one of the following is NOT a feature provided by EJB that
provides scalability?
a. The ability to add additional EJB containers
b. The ability to invoke object methods remotely
c. The ability to distribute responsibilities in a multi-tier environment
d. The ability to pool instances of Enterprise Java Beans
e. The ability to enforce the ACID properties of concurrent transactions
2. Which one of the following is a benefit of using an Object-Relational
Mapping such as Entity Beans?
a. Relational tables were originally designed to hold objects.
b. No database knowledge is needed.
c. Storing serialized objects saves space.
d. Objects are populated only when needed.
e. Storage is saved because data is not persistent.

3. Which one of the following characteristics is NOT true of RMI and
Enterprise Java Beans?
a They must execute within the confines of a Java virtual machine (JVM).
b They serialize objects for distribution.
c They require .class files to generate stubs and skeletons.
d They do not require IDL.
e They specify the use of the IIOP wire protocol for distribution.

4. In the EJB 1.1 spec, access to an EJB home object from a standalone
client must take place via which one of the following?
a RMI over JRMP
b It is left to the container provider to decide.
c CORBA over IIOP
d RMI over IIOP
e CORBA over any protocol
 
Anderson gave himself the promotion. So I gave myself this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic