ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 128 - Certified Platform Developer II discussion

Report
Export

What is a valid request for the following REST method? (Choose two.)

@HttpPost global static void myPostMethod(String si, Integer il, Boolean bl, String 52)

A.
<request> <sl>my first string</sl> <ll>123</il> <32>my second string</32> <bl>false</bl></request>
Answers
A.
<request> <sl>my first string</sl> <ll>123</il> <32>my second string</32> <bl>false</bl></request>
B.
<request> <sl>"my first string"</sl> <il>123</il> <sZ>!,my second string"</32> <bl>false</bl></request>
Answers
B.
<request> <sl>"my first string"</sl> <il>123</il> <sZ>!,my second string"</32> <bl>false</bl></request>
C.
si" : "my first string", 11" : "123", "bl" : "false", "S2" : "my second string"
Answers
C.
si" : "my first string", 11" : "123", "bl" : "false", "S2" : "my second string"
D.
il" : 123, "SI" : "my first string", "S2" : "my second string", "bl" : false
Answers
D.
il" : 123, "SI" : "my first string", "S2" : "my second string", "bl" : false
Suggested answer: B, D
asked 23/09/2024
james james
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first