A developer creates a method in an Apex class and needs to ensure that errors are handled properly.What would the developer use? (There are three correct answers.)
Correct Answer:BCE
What is the return data type when ApexPages.currentPage().getParameters() is used to retrieve URL parameters from a visualforce controller?
Correct Answer:A
How can a developer retrieve all Opportunity record type labels to populate a list collection?Choose 2 answers
Correct Answer:AD
When would a developer use a custom controller instead of a controller extension? Choose 2 answers:
Correct Answer:BC
When can a developer use a custom Visualforce page in a Force.com application? (Choose 2)
Correct Answer:AB
Which statement should a developer avoid using inside procedural loops? (Choose 2)
Correct Answer:BD