Try the fastest way to create flashcards

Salesforce Certified Platform Developer I - Apex

4.7 (3 reviews)
Get a hint
Describe differences between Apex and traditional Programming Languages like Java.
Click the card to flip 👆
1 / 299
1 / 299
Terms in this set (299)
1.) Traditional Programming Languages are fully flexible, and allow you to tell the system to do just about anything. Apex is governed, and can only do what the system allows.
2.) Apex is case-insensitive
3.) Apex is on-demand, and is compiled and executed in the Cloud (i.e. on the server)
4.) Apex requires unit testing for deployment into a Production environment
5.) Apex is not a general-purpose Programming Language. It can only be used on the Force.com platform.