Question 50:
Given:
What will be the response to a HEAD request?
Answer options:
A. The findAll() method will be called and the employee list will be returned. B. The findAll() method will be called and no employees will be returned. C. No method will be invoked and no error will be returned. D. No method will be invoked and a 404 error will be returned.