SAP Certified Associate – SAP Integration Suite — Question 12
Which of the following data types can use for an exchange property in a content modifier? (Choose two.)
Answer options
- A. java.lang.Integer
- B. java.lang.integer
- C. java.lang.String
- D. java.lang.string
Correct answer: A, C
Explanation
The correct answer includes java.lang.Integer and java.lang.String, which are valid data types in Java. The other options, java.lang.integer and java.lang.string, are not valid as Java is case-sensitive, and these types do not exist.