Please sign up for the course before starting the lesson.

Understanding the Apex Syntax Apex code typically contains many things that we might be familiar with from other programming languages. Variable Declaration As strongly typed language, you must declare every variable with data type in Apex. As seen in the code below (screenshot below), lstAcc is declared with data type as List of Accounts. SOQL […]

Back to: IT – Salesforce Certified Platform Developer Exam (1 & 2) > Salesforce - APEX Development Hands-On