00:00

QUESTION 51

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 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.

Correct Answer: B

QUESTION 52

Which exception type should be checked for when catching exceptions thrown when governor limits are exceeded?

Correct Answer: F

QUESTION 53

What language is Apex similar to? (No Answer)

Correct Answer: D

QUESTION 54

Which of the following are collection data types Identify the classes that u can use to make HTTP or RESTful callouts.
✑ HTTP class
✑ HTTPRequesL class
✑ HTTPServerRequest. class
✑ HTTPRsponse class
✑ HTTPServerResponse class

Correct Answer: A

QUESTION 55

In what code is the webservice keyword not allowed to be used?

Correct Answer: C