General Knowledge

When a custom object is created in Salesforce, how many associated objects are automatically created

When you create a custom object in Salesforce, Salesforce does automatically generate a few related system objects behind the scenes- Suppose a custom object named Test_Obj is created. The following system objects might also be generated automatically: Test_Obj__ChangeEvent, Test_Obj__History, and Test_Obj__Share. However, the creation of these system objects depends on specific conditions, such as whether […]

When a custom object is created in Salesforce, how many associated objects are automatically created Read More »

Difference bw Interpreted and Compiled Programming Language

The key difference between interpreted and compiled programming languages lies in how the source code is executed by the computer: 1. Compiled Languages: Definition: A compiled language is a programming language whose source code is translated directly into machine code (binary code) by a compiler before execution. Process: The compiler reads the entire source code,

Difference bw Interpreted and Compiled Programming Language Read More »