1. When should I use Apex?
2. How Does Apex work (Object Oriented Programming)
3. Data Types
4. Class
5. Access Modifiers
6. Class Variables
7. Object
8. Constructors
9. Usage Of Apex Program With In VF Page
10.Referring Apex Class In VF Page
11.Example for Getter method
12.Apex Class to Demonstrate Setter Method
13.Call Apex Methods In A VF Page
14.Simple Apex class
15.Array
16.Pick List with Select Option from Apex
17.Collection (*List, *Set, *Map)
18.SOQL Queries
19.Parent to Child Relationship (On Standard and Custom Objects)
20.Example programs
21.Child to Parent Relationship (On Standard and Custom Objects)
22.SOSL Queries
23.Email Programming (Outbound Email Service, PDF File Attachment,
Inbound Email Service)
24.DML Operations
25.Interface Iterator
26.Interface Iterable
27.Database Query Locator Class
28.Batch Apex (Start Method, Execute Method, Finish Method)
29.Invoking Of Batch Apex Job
30.Order Of Execution Of Batch Apex Job
31.Database State full
32.Governing Limits and Limitations
33.Apex Scheduler
34.Real Time Use cases for Batch & Schedule Apex
35.Test Classes
36.Batch & Schedule Apex Examples With Test Cases
37.Triggers And Examples (Invoking Apex Methods In Triggers, Recursive
Triggers, Order Of Execution Of Triggers)
38.Future Annotations
39.Apex Sharing Rules
40.Flows Introduction (Screen Flows, Record Trigger Flows, Auto Launch
Flows)
41.Schema Programming
42.JSON
43.JQuery
44.Http Callouts
45.Trigger Framework Usage