Practice 20 Salesforce CRM Java Developer interview questions covering Apex, integration patterns, and backend architecture.
Question 2 of 20
How to Answer
Example Answer
Community Answers

William Swansen has worked in the employment assistance realm since 2007. He is an author, job search strategist, and career advisor who helps individuals worldwide and in various professions to find their ideal careers.
This is a common format of a technical question. Technical questions ask you about concepts or items related to the work you do. They sometimes ask you to compare similar concepts or to describe how they are used. When answering technical questions using this format, you should first define the terms you were asked about. You then either compare them or describe how they are used. You may provide an example relevant to the Salesforce job posting if it helps illustrate your answer.

William Swansen has worked in the employment assistance realm since 2007. He is an author, job search strategist, and career advisor who helps individuals worldwide and in various professions to find their ideal careers.
"Both Path and Classpath are environmental variables which the operating system uses to locate executables. The OS locates the executables in a directory location, which is defined by these variables. The difference between a Path and Classpath variable is that a classpath is very specific to Java and can be defined as a directory, ZIP file, JAR file or another type of variable. This is critical since you need to select the appropriate Path based on what Salesforce API you want to use."
Anonymous Answer
PATH is used to set all of the environment variables used for the executable code. Examples would be the javac.exe, java.exe, etc. CLASSPATH is used to load all of the java .class files. PATH is used by the OS while CLASSPATH is used by Application CLASSLOADER to load the .class file.
Marcie's Feedback
Wow! Sounds complicated to a non-techy person, but you clearly know what you're talking about! :) Good job. The interviewer will undoubtedly be impressed by your knowledge in this area.
Write Your Answer
0 - Character Count
Unlock expert responses for technical Salesforce and Java integration interviews.
Get StartedJump to Question

Written by William Swansen
20 Questions & Answers • Salesforce CRM

By William

By William