1z0-900 Java EE 7 Application Developer

Loading demo links...

Showing 4–6 of 10 questions

Question 4

Which two capabilities are provided by the Java Authentication and Authorization Services (JAAS) API? (Choose two.)

Select all that apply, then click Submit answer.

  • protecting data from unauthorized viewing by using encryption

  • verifying that a user is allowed to perform an action

  • ensuring that data is not modified in transit

  • verifying identity claims from users

Question 5

Which two options constitute the rights and responsibilities of a legal Entity?

Select all that apply, then click Submit answer.

  • Account for themselves to regulations, taxation authorities, and owners according to rules specified in the relevant legislation

  • Facilitate resource allocation

  • Manage warehouses

  • Create opportunities for new business

  • Own property

Question 6

Given:

Which annotation do you use on line 1 to ensure that clients immediately time out when attempting to concurrently invoke callMethod () while another client is already accessing the bean?

Select an option, then click Submit answer.

  • @AccessTimeout (value = 1, unit = TimeUnit.SECONDS)

  • @AccessTimeout (null)

  • @AccessTimeout (-1)

  • @AccessTimeout (0)