Question 71

Given the code below, what can be done so that recordcount can be accessed by a test class, but not by a non-test class? Public class mycontroller{ private integer recordcount; }
  • Question 72

    Which user can edit a record after it has been locked for approval? (Choose 2)
  • Question 73

    Which approach should a developer use to add pagination to a Visualforce page?
  • Question 74

    To which primitive data type in Apex is a currency field atomically assigned?
  • Question 75

    Which type of code represents the view in the MVC architecture on the Force.com platform?