You've learned a lot about debugging and deployment. Let's go through the summary quiz to see what you have remembered:
- Which statement do you use to log something to the console?
- System.log();
- Log();
- System.debug();
- Debug();
- To be able to use change sets, which of the following do you need to do? (Choose three)
- Establish a deployment connection between the source org and the target org.
- Install and use an IDE.
- Create an outbound change set.
- Validate and deploy an inbound change set.
- Which of the following tools is able to delete components from a production environment? (Choose two.)
- An IDE
- A (un)managed package
- A change set
- Workbench
- Which of the following actions can be done manually and directly on a production environment? (Choose two.)
- Creating a workflow rule
- Editing a Visualforce page
- Creating a trigger
- Deleting an Apex class
- Packages (unmanaged...