Question 50 of 72 from exam 1Z0-900: Java EE 7 Application Developer

Question 50 of 72 from exam 1Z0-900: Java EE 7 Application Developer

Question

Given:

@Path("Employees"')
@Produces({MediaType.APPLICATION_JSON})
public class EmployeesResource {

inject

private EmployeeManager em;

GET

public List<Employee> find AN) {

return em.find AlEmployees();
}

What will be the response to a HEAD request?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.