Which two statements describe good practices for an application developer to reduce lockingconflicts in Oracle database()
- AAvoid coding unnecessary long-running transactions.
- BAllow the database to handle locks in default locking mode.
- CAlways explicitly code the locks as per the requirement of the application.
- DAllow escalation of row locks to block locks if too many row locks cause problem.