Which code sample is the recommended way to override the create() method in EmployeesImpl, an implementation of oracle.jbo.server.EntityImpl for the Employee’s entity object, to set default salary? (Choose the best answer.) A. protected void create(AttributeList attributeList) { SetAttributeInternal (SALARY, 0);…