What is Apex code? Is this related to Java?

I am invited to a Force.com app development training program. Since I look forward to working in a java-based development environment, will this help me in the future as a Java developer?

+6
source share
1 answer

Apex itself is based on Java, but the syntax and some classes aside from the programming style are completely different in nature, since it is more like web development than stand-alone application development.

Also, even though Eclipse is the preferred SDK, you don’t actually use it as anything more than an illustrious text editor, and one where autocomplete, etc. regularly fail. This will help you practice coding, and experience is always one of the best teachers, but with regard to overall application development, the amount of help he will provide is limited.

Greetings

Matt

+7
source

Source: https://habr.com/ru/post/898012/


All Articles