Java EE 7 Application Developer Free Practice Exam Questions

36 real Java EE 7 Application Developer exam questions with answers and AI explanations. Oracle certification prep — page 2 of 4.

  1. Question 20: Which two features are provided by the JSTL Core library for a JSP? (Choose two.)
  2. Question 21: Which of these can be a JPA entity?
  3. Question 23: Given the JPQL code fragment: Select pub.title, pub.author, pub.pages FROM Publisher pub Which two clauses do you add to this JPQL query to retrieve only those…
  4. Question 25: Which two capabilities are provided by the Java Authentication and Authorization Services (JAAS) API? (Choose two.)
  5. Question 26: You are building the User Preferences page of an application. A user can change values, such as his or her name, password, address, company, and so on. These v…
  6. Question 27: Your web application requires logic to remember items that a user placed into a shopping cart. Which two mechanisms should you use to associate that informatio…
  7. Question 28: A Persistence application locks entity x with a LockModeType.PESSIMISTIC_READ lock type. Which statement is true?
  8. Question 29: Which statement is true about JAX-RS resource implementation?
  9. Question 30: A Java EE application that uses an EJB container must communicate with a legacy system developed using non-Java technologies. Which two Java EE technologies ca…
  10. Question 31: Which is a valid description of REST?