What two ways can classes be created in salesforce?
What determines how the email service responds when an attempt to access the email service fails?
What are access modifiers used to implement?
What is the maximum size of a SOAP request or response?
What are the two types of logs?
Which of the following code will u use to instantiate a map called numbers that has integers as keys and strings as values?✑ Map<SLrng, :nLeger> numbers = new Map<String, Integer>;✑ Map<ThLeyer, SLring> numbers = new Map<Integer, String>;✑ Map<nLeger> numbers = new Map<String>;✑ Map<Slring> numbers = new Map<Integer>;