
Schema.DescribeSObjectResult in Apex and its usage in visualforce.
This Describes SObject methods returns an array of DecribeSobjectResult objects. Where each object has the following properties.
String Name : This is the name of the object.
String Label : Label text for the tab or an objct.
String LabelPlural : Label text for an object that represents plural version of object name.
String keyPrefix : Object id's are prefixed with 3 character quotes that specify the type of the object.
Ex: - Account obj as 001, Opportunity object has 006.
When we call the keyPrefix it will return...