Tagged: salesforce developer

DML in Apex 0

DML in Apex

DML stands for Data Manipulation Language. Read and Write operation on salesforce database achieved by SOQL queries and DML Operations respectively.

Difference between Apex and Java 0

Getting Started with Apex

Apex is strongly typed, object oriented programming language. It is a proprietary language developed by salesforce. It allows us to write code on force.com platform.