ExamQuestions.com

Register
Login
Apex and Visualforce Controllers Exam Questions

Salesforce

Apex and Visualforce Controllers

48 / 96

Question 48:

An HTML table that is defined by iterating over a set of data, displaying information about one item of data per row. The body of the <apex:dataTable> contains one or more column components that specify what information should be displayed for each item of data. The data set can include up to 1,000 items. 

Answer options:

A. apex:listViews
B. apex:dataTable
C. apex:define
D. apex:inputHidden