function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sadasiva07sadasiva07 

is governor limits vary between Triggers and Apex classes

is governor limits vary between Triggers and Apex classes

neelam4435@gmail.comneelam4435@gmail.com

No governor limits doesnot vary between Triggers and Apex classes

 

 

take these as e.g


 The maximum number of characters for a class is 1 million.

The maximum number of characters for a trigger is 1 million.

Any deployment of Apex is limited to 5,000 code units of classes and triggers.

 

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_gov_limits.htm