CRT-450 Exam Question 46

In the code below, what type does Boolean inherit from?
Boolean b= true;
  • CRT-450 Exam Question 47

    Which two SOSL searches will returns records matching search criteria contained in any of the searchable texts fields on an object? Choose 2 answers
  • CRT-450 Exam Question 48

    In a single record, a user selects multiple values from a multi-select picklist.
    How are the selected values represented in Apex?
  • CRT-450 Exam Question 49

    Given:
    Map<ID, Account> accountMap = new Map>ID, Account> ([SELECT Id, Name FROM Account]); What are three valid Apex loop structures for iterating through items in the collection? (Choose three.)
  • CRT-450 Exam Question 50

    When would a developer use a custom controller instead of a controller extension? Choose 2 answers: