<< Prev Question Next Question >>

Question 157/186

A single piece of data in an <apex:pageBlockSection> that takes up one column in one row. An
<apex:pageBlockSectionItem> component can include up to two child components. If no content is specified, the column is rendered as an empty space. If one child component is specified, the content spans both cells of the column. If two child components are specified, the content of the first is rendered in the left, "label" cell of the column, while the content of the second is rendered in the right, "data" cell of the column.
Note that if you include an <apex:outputField> or an <apex:inputField> component in an
<apex:pageBlockSectionItem>, these components do not display with their label or custom help text as they do when they are children of an <apex:pageBlockSectionItem>. Also note that
<apex:pageBlockSectionItem> components cannot be rerendered; rerender the child components instead.

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (186q)
Question 1: An HTML input element of type checkbox. Use this component t...
Question 2: Which syntax should you use to create a new public class nam...
Question 3: What components must be deployed manually to the production ...
Question 4: Good Apex tests should....
Question 5: Under what circumstances is it appropriate for a developer t...
Question 6: What are all the datatypes that Salesforce supports?...
Question 7: Which of the following are collection data types Identify th...
Question 8: What statements are used to retrieve records from an sObject...
Question 9: A section of data within an &lt;apex:pageBlock&gt; component...
Question 10: A timer that sends an AJAX update request to the server acco...
Question 11: One of the best ways to build Visualforce pages and code is ...
Question 12: Displays text on a Visualforce page. You can customize the a...
Question 13: What are two key tools to debug code in Salesforce?...
Question 14: What does Apex use to record disruptions in code execution?...
Question 15: The method used to create an object out of a class definitio...
Question 16: What annotation can be used with Web Services to allow unres...
Question 17: If you use a standard controller on a page and the user does...
Question 18: A template component that declares a named area that must be...
Question 19: Which of the following statements are true about components ...
Question 20: Each setSavepoint() and rollback statement counts against th...
Question 21: A component that provides support for invoking controller ac...
Question 22: The list view picklist for an object, including its associat...
Question 23: Which of the following guidelines are used for creating cust...
Question 24: What are the types of exception classes developers can choos...
Question 25: An HTML table that is defined by iterating over a set of dat...
Question 26: What language is Apex similar to?...
Question 27: A text area input element. Use this component to get user in...
Question 28: What is the default return type of a sosl statement?...
Question 29: This Apex class offers article-specific functionality in add...
Question 30: Which fields are returned by sosl by default?...
Question 31: Which type of for loops are defined with the following synta...
Question 32: What datatype is used for standard or custom objects that st...
Question 33: Which trigger context variable cannot be deleted?...
Question 34: Under what profile do Webservice methods execute by default?...
Question 35: What is the this keyword used to represent?...
Question 36: What three classes along with the Messaging.InboundEmailHand...
Question 37: Defines tooltips which appear on mouse over of data series e...
Question 38: A button that is rendered as an HTML input element with the ...
Question 39: What types of sharing are available to developers to share r...
Question 40: Which statement is true about an Apex class? A class cannot ...
Question 41: This tag acts as a placeholder for your dynamic Apex compone...
Question 42: Which trigger context variable cannot be deleted?...
Question 43: What are the three ways to run unit tests?...
Question 44: What determines how the email service responds when an attem...
Question 45: What provides access to data that should be displayed in a V...
Question 46: What is a class?
Question 47: If the error message contains HTML markup, the escaped marku...
Question 48: What two methods of customization are available to create ap...
Question 49: A Visualforce controller is a set of instructions that speci...
Question 50: What interface does the Apex email handler implement to setu...
Question 51: What two methods of customization are available to create ap...
Question 52: How should one prevent soql injection when using dynamic soq...
Question 53: A message for a specific component, such as a warning or err...
Question 54: What are access modifiers used to implement?...
Question 55: Which trigger context variable allows you to modify field va...
Question 56: All messages that were generated for all components on the c...
Question 57: A label for an input or output field. Use this component to ...
Question 58: A section of a Visualforce page that allows users to enter i...
Question 59: A set of content that is grouped together, rendered with an ...
Question 60: A read-only display of a label and value for a field on a Sa...
Question 61: An area of a Visualforce page that demarcates which componen...
Question 62: A template component that provides content for an &lt;apex:i...
Question 63: This Apex class lets a developer create an action method tha...
Question 64: A component that adds AJAX support to another component, all...
Question 65: To leverage functionality of Standard Controllers, while sim...
Question 66: A single column in a table. An &lt;apex:column&gt; component...
Question 67: What does Apex use to record disruptions in code execution?...
Question 68: Which of the following statements are used to repeatedly exe...
Question 69: A component that creates an inline frame within a Visualforc...
Question 70: A placeholder for content that is rendered in a specific par...
Question 71: By referring to a page in this way, the platform recognizes ...
Question 72: Identify the differences between Apex and the other programm...
Question 73: The standard detail page for a particular object, as defined...
Question 74: Objects of this Apex class allow developers to create list c...
Question 75: This tag allows a custom component author to define a locati...
Question 76: What are all the datatypes that Salesforce supports?...
Question 77: The System.runAs() functionality can be used to test and ver...
Question 78: A component that inserts a second Visualforce page into the ...
Question 79: Which trigger context variable allows you to modify field va...
Question 80: The __________ of a Visualforce page is composed of all the ...
Question 81: By using the ____________ keyword in a class definition, a d...
Question 82: What trigger method is used to correlate IDI-to-sObject maps...
Question 83: Defines an axis for a chart. Use this to set the units, scal...
Question 84: Which of the following are collection data types? String (Ex...
Question 85: A developer can use optional catch statements for any except...
Question 86: This integration resource provides generic access to any org...
Question 87: Apex is available in which Salesforce Editions? (Select all ...
Question 88: An HTML input element of type text. Use this component to ge...
Question 89: How are static methods and attributes access?...
Question 90: What are the stages of an application development process?...
Question 91: What components of apex are available to improve the process...
Question 92: What email addresses can emails be sent to out of Salesforce...
Question 93: Like other Apex classes, custom controllers execute entirely...
Question 94: What is the maximum size of a SOAP request or response?...
Question 95: How should one prevent soql injection when using dynamic soq...
Question 96: A graphic image, rendered with the HTML &lt;img&gt; tag....
Question 97: What term indicates that Salesforce is a platform which allo...
Question 98: To aid ___________, each Visualforce page and custom compone...
Question 99: A custom Visualforce component. All custom component definit...
Question 100: What does each email service have for which users can send m...
Question 101: The Log a Call publisher lets support agents who use Case Fe...
Question 102: What two ways are available to customize and create applicat...
Question 103: An ordered or unordered list of values that is defined by it...
Question 104: Defines how labels are displayed. Depending on what componen...
Question 105: __________ enables you to create Visualforce pages that can ...
Question 106: What two ways can classes be created in salesforce?...
Question 107: A link to a JavaScript library that can be used in the Visua...
Question 108: A data series to be rendered as connected points in a Visual...
Question 109: Which form of dml operation allows execution to occur with s...
Question 110: What is the size of the batches in which triggers execute?...
Question 111: Total number of test classes that can be queued per a 24-hou...
Question 112: Developers can use Visualforce pages to: (Select all that ap...
Question 113: What statements are used to retrieve records from an sObject...
Question 114: What does Apex provide to support programmatic control of th...
Question 115: A component that displays the status of an AJAX update reque...
Question 116: What are the two types of logs?...
Question 117: This Apex class offers Ideas-specific functionality in addit...
Question 118: What is the this keyword used to represent?...
Question 119: This Apex class lets a developer access cookies for a Force....
Question 120: This Apex class allows developers to reference an instantiat...
Question 121: An HTML input element of type hidden, that is, an input elem...
Question 122: Which access modifier should u specify for a class containin...
Question 123: How are programmatic cusomizations done in Salesforce?...
Question 124: The system method, System.runAs(), lets you write test metho...
Question 125: Can apex code be created directly in the production environm...
Question 126: What two forms of dml operations can be used in apex?...
Question 127: A/an _____________ is a class written in Apex that adds to o...
Question 128: What keyword is used to create custom Web Services from an a...
Question 129: The list view picklist for an object, including its associat...
Question 130: What are the five types of Apex procedural loops?...
Question 131: Which environments can developers write code? (Select all th...
Question 132: Which keywords do developers use to handle exceptions in Ape...
Question 133: Defines a chart legend. This component offers additional con...
Question 134: An area of a page that uses styling similar to the appearanc...
Question 135: This integration resource is specific to an individual organ...
Question 136: Which statement is true about an Apex class? A class cannot ...
Question 137: What are some RESTful service callout HTTP verbs?...
Question 138: A component that creates an input field to upload a file. No...
Question 139: ____________ is a placeholder for content that is rendered i...
Question 140: A link to a URL. This component is rendered in HTML as an an...
Question 141: For example, if you use the standard Accounts controller, cl...
Question 142: Which trigger context variable is not saved in the after tri...
Question 143: What are two ways to invoke a custom web service?...
Question 144: A Flash movie, rendered with the HTML object and embed tags....
Question 145: Which invocation method occurs when triggers are called by t...
Question 146: An HTML input element for a value that corresponds to a fiel...
Question 147: The email publisher lets support agents who use Case Feed co...
Question 148: The system method, ___________, lets you write test methods ...
Question 149: Which exception type should be checked for when catching exc...
Question 150: Which of the following code will u use to instantiate a map ...
Question 151: This Apex class allows developers to collect and display err...
Question 152: How do you call Web Services from external sources?...
Question 153: How does the Email service process inbound emails?...
Question 154: How are Apex triggers stored?
Question 155: List the HTTP classes available in Salesforce?...
Question 156: Which of the following statements identifies the block of co...
Question 157: A single piece of data in an &lt;apex:pageBlockSection&gt; t...
Question 158: What is the maximum size of a SOAP request or response regul...
Question 159: An area of a page that includes content from a second templa...
Question 160: What name identifies datatypes such as Integer, Boolean, Str...
Question 161: A data series to be rendered as bars in a Visualforce chart....
Question 162: A Visualforce chart. Defines general characteristics of the ...
Question 163: A single Visualforce page. All pages must be wrapped inside ...
Question 164: A set of buttons that are styled like standard Salesforce bu...
Question 165: What types of sharing are available to developers to share r...
Question 166: What is the total number of messages that all email services...
Question 167: A ____________ is a class written in Apex that implements al...
Question 168: Objects of this Apex class specify one of the possible value...
Question 169: How can the default profile under which Webservices execute ...
Question 170: In what code is the webservice keyword not allowed to be use...
Question 171: An HTML input element of type password. Use this component t...
Question 172: A link that executes an action defined by a controller, and ...
Question 173: Developers can use Visualforce to create a Visualforce page ...
Question 174: What can the Force.com IDE be used to create?...
Question 175: A definition of an attribute on a custom component. The attr...
Question 176: What trigger method is used to help prevent completion of a ...
Question 177: The markup defines the user interface components that should...
Question 178: A Visualforce page consists of which primary elements? (Sele...
Question 179: Although Trigger.new is a collection of records, when used a...
Question 180: Apex code can be initiated in what ways? (Select all that ap...
Question 181: Which keywords should u specify to define a constant? static...
Question 182: This component provides inline editing support to &lt;apex:o...
Question 183: What code is the webservice keyword not allowed to be used?...
Question 184: What is the list of steps to match regular expressions using...
Question 185: What are the four ways to deploy Apex code?...
Question 186: Objects of this Apex class reference the pre-built Visualfor...