PeopleSoft Application Developer II: App Engine & Integration 1z0-242

Only one question , we can read and discuss it , it is about  PeopleSoft Application Developer II: App Engine & Integration Like actual Other Oracle Certification Certification exams, 1Z0-242 exam preparation is in multiple-choice questions (MCQs). Tested by many real Other Oracle Certification exams before publishing.
Evaluate this PeopleCode snippet.
Local Array of Number &MyArray;
Local Any &Len, &Result;
&MyArray = CreateArray(3);
&MyArray[1] = 100;
&MyArray[2] = 200;
&MyArray[3] = 300;
&Result = &MyArray.POP();
&Len = &MyArray.LEN;
&End = &MyArray[&Len];
What are the correct values for &Result and &End?
A. &Result is 300
&End is 200
B. &Result is 300
&End is Null
C. &Result is 300
&End is 300
D. &Result is Null
&End is 300
E. &Result is 100
&End is 300
Answer: A

Related Posts


Comments are closed.