Exam Details

  • Exam Code
    :1Z0-860
  • Exam Name
    :Java Enterprise Edition 5 Business Component Developer Certified Professional
  • Certification
    :Oracle Certifications
  • Vendor
    :Oracle
  • Total Questions
    :305 Q&As
  • Last Updated
    :Mar 31, 2025

Oracle Oracle Certifications 1Z0-860 Questions & Answers

  • Question 21:

    A Java Persistence application wants to use optimistic locking. Which statement that describes the functionality of optimistic locking is correct?

    A. The Version attribute of an entity using optimistic locking can be mapped to a secondary table.

    B. Optimistic locking can be used by Java Persistence applications to set optimistic locks on tables in the database.

    C. The Version attribute of an entity using optimistic locking is verified each time the instance is loaded from the database.

    D. Optimistic locking ensures that updates or deletes are consistent with the current state of the database and that intervening updates are not lost.

  • Question 22:

    A company has a business application that allows end users to order products over the web. A developer in the company wants to add the following capability to the application:

    When the web-tier handles a new order, it should notify all the interested beans in the EJB-tier. To satisfy this new capability, the developer wants to use a message-driven bean and must choose between associating it with a javax.jms.Topic

    destination or a javax.jms.Queue destination. Which two are true about this decision? (Choose two.)

    A. JMS Topics are intendedtobe usedtosolvethistype of scenario.

    B. JMS Queues areintendedto be used to solvethistype of scenario.

    C. OnlyQueue destinations allow for messages tosurvivea server crash.

    D. Topic destinationsallowthe developer to configure subscription durability.

  • Question 23:

    Consider the following classes: 11.©Entity Auction {

    12.

    @ld int id;

    13.

    @OneToOne Item item;

    14.}

    11.©Entity Itemj

    12.

    @ld int id;

    13.

    @OneToOne (mappedBy="item") Auction auction;

    14.

    }

    Given that the Auction entity maps to an AUCTION database table and the Item entity maps to an ITEM database table, which statement is correct assuming there is NO mapping descriptor?

    A. The relationship is mapped to a foreign key in the ITEMtable.

    B. Therelationship is mapped usingajointableAUCTIONJTEM.

    C. The relationship is mappedtoaforeignkeyinthe AUCTIONtable.

    D. The relationshipis mapped to foreignkeysinbothITEMandAUCTION tables.

  • Question 24:

    The bean class of an EJB Web service endpoint has one method annotated with @WebMethod. Which two types can be legally returned from that method? (Choose two.)

    A. Java. util. Date

    B. javax.ejb.Timer

    C. an array ofJava.lang. String

    D. an EJB3.0local businessinterfacereference

    E. an EJB3.0 remotebusiness interfacereference

  • Question 25:

    Bean A is using bean-managed transaction demarcation and has invoked the foo method of bean B. When the foo method returns, bean A needs to determine if the transaction has been set to rollback. Which must be true?

    A. It is NOT possible for bean A to determine if the transaction has been set to rollback.

    B. Bean A must invoke the getStatus method on the UserTransaclion that it began.

    C. For this to be possible, bean B must also use bean-managed transaction demarcation.

    D. Bean A must invoke the setRollbackOnly method on the UserTransaction that it began.

    E. Bean A must invoke the getRollbackOnly method on the UserTransaction that it began.

  • Question 26:

    The execution of the find method in the following code throws an exception:

    11.

    em.find(Customer.class, custld);

    12.

    //Where em is a reference to a extended scoped entity manager. Which scenario can cause the exception?

    A. Thefindmethod was called without a transaction.

    B. Theentity corresponding to therequestedprimary key has been removed.

    C. The entity corresponding to therequestedprimarykeyhas beendetached.

    D. The data type of custld is NOT a valid type fortheCustomer entity primary key.

  • Question 27:

    A developer's objective is to end the persistence context associated with an application- managed entity manager. Which statement is correct?

    A. Invoke the flush method of theentitymanager.

    B. Invoke the close method of the entity manager.

    C. Invokethe clear methodofthe entity manager.

    D. Invoke the remove method of the entity manager.

  • Question 28:

    Given the following code snippet from an EJB 3.0 entity class:

    1.

    package com.foo;

    2.

    // more code here... 10.©Entity

    11.

    @Table(name="A")

    12.

    public class Order {

    And the following excerpt from the persistence unit's orm.xml mapping file:

    10.

    11.

    Correct Answer: B

  • Question 29:

    Given an EJB 3.0 J MS message-driven bean, which statement is true about its exception handling?

    A. Its message listener method must NOT throw any checked exception.

    B. Its message listener method can throw java. rmi. RemoteException.

    C. Its message listener method can throw any checked exception except java. rmi. RemoteException.

    D. Its message listener method can throw any checked exception that implements java. io.Serializable.

  • Question 30:

    Which two annotations can be applied at the class, method, and field levels? (Choose two.)

    A. @EJBB.@lnit

    B. ©Resource

    C. @RolesAllowed

    D. ©PostActivate

  • Tips on How to Prepare for the Exams

    Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-860 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.