• Card 19 / 59: What is true about ejbCreate( ) method in EJB 2.x?
    A) ejbCreate( ) is defined only in session beans not entity beans
    B) ejbCreate( ) with session beans causes session bean objects to be created
    C) ejbCreate( ) with entity beans causes entity bean objects to be created
    D) ejbCreate( ) with entity beans causes data rows in the data store to be created

    Answer:
    B) ejbCreate( ) with session beans causes session bean objects to be created
    D) ejbCreate( ) with entity beans causes data rows in the data store to be created

  • Keyboard Shortcuts

    Previous Card ← Previous Card Button
    Next Card → Next Card Button
    Flip Card Space-Bar
<< First < Previous Next > Last >>

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now
Explanation:

ejbCreate( ) doesn't cause entity beans to be created, rather create() method in the EJBHome associated with the entity bean causes entity beans to be created.

Hide Choices Interactive Question Quiz Home Page
Flash Cards plugin by Curtis Blackwell github.com/curtisblackwell/flash_cards
Google Play and the Google Play logo are trademarks of Google Inc.
Ask
Copy and paste the following HTML code into your website or blog.
<iframe src="https://www.jobilize.com/embed/enterprise-javabeans-ejb" width="600" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px" allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe>