Salesforce Apex and Java Interview Questions and Answers
## Salesforce Apex Interview Questions and Answers
1. **What is Apex? How is it different from Java?**
Apex is a strongly typed, object-oriented programming language developed by Salesforce. It is similar to Java
in syntax but runs in a multitenant environment on Salesforce servers.
2. **What are the features of Apex?**
- Strongly typed
- Object-oriented
- Built-in support for DML and SOQL
- Triggers support
- Multitenant architecture
- Governed by limits to ensure performance
... (content continues as in the full document) ...