How can you apply DateConverter to the birthday field?

Given the code fragment:

How can you apply DateConverter to the birthday field?
A. by adding @Convert(to=Date.class) at line 3
B. by invoking the setConverter(DateConverter.class) method on the EntityManager object
C. by adding @Converter(autoApply=true) at line 1
D. by adding @Convert((DateConverter.class)) at line 2

Download Printable PDF. VALID exam to help you PASS.

One thought on “How can you apply DateConverter to the birthday field?

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.