What will be the output of the following code?
Integer number = 0;
if (number > 0){ system.debug(The number is positive.);}
else if (number < 0) { system.debug('The number is negative.');}
else { system.debug('The number is 0.');}
Apex Session 2
Quiz
•
M Salman
•
Professional Development
•
1st Grade
•
2 plays
•
Hard
Student preview
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following code?
Integer number = 0;
if (number > 0){ system.debug(The number is positive.);}
else if (number < 0) { system.debug('The number is negative.');}
else { system.debug('The number is 0.');}
The number is positive.
The number is negative.
The number is 0.
None of them.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
Integer num = 5;
if(num = 5){
system.debug(num);
}
5
6
error
0
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method is used to know the size of list?
size()
isEmpty()
isLength
isSize()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Remove one element from the list where element value is 2
List<Integer> numList = new List<Integer>{1 , 2};
numList.remove(0);
numList.remove(1);
numList.remove(2);
numList.remove(3);
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following code?
List<String> days = new List<string>{'a','b','c','d'};
for(Integer j = 1; j < days.size(); j++ ){
system.debug(days.get(j));
}
a to d
a to c
b to d
c to d
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times this loop will run:
Integer num = 10;
while(num < 20 ){
system.debug(num);
}
1 time
10 times
20 times
infinite times (Apex CPU time limit exceeded)
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following code?
boolean flag = false;
if(flag){ system.debug('The output is false');
else if(!flag){ system.debug('The output is true');}
else{system.debug('I do not know the output');}
The output is false
The output is true
I do not know the output
Explore all questions with a free account
15 questions
Ch 14 Teori -Akuntansi Internasional
Quiz
•
KG - Professional Dev...
10 questions
Supplementary Technical
Quiz
•
1st Grade
13 questions
Ch-9 Pengungkapan dalam pelaporan
Quiz
•
KG - Professional Dev...
17 questions
Python 1
Quiz
•
1st Grade - University
20 questions
Socorrismo
Quiz
•
1st - 12th Grade
10 questions
htmlcss
Quiz
•
1st Grade
15 questions
Apex Sessions Quiz 4
Quiz
•
1st Grade
15 questions
Django #1 (basic)
Quiz
•
1st Grade - Professio...
17 questions
CAASPP Math Practice 3rd
Quiz
•
3rd Grade
20 questions
math review
Quiz
•
4th Grade
21 questions
6th Grade Math CAASPP Practice
Quiz
•
6th Grade
13 questions
Cinco de mayo
Interactive video
•
6th - 8th Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
10 questions
4th Grade Math CAASPP (part 1)
Quiz
•
4th Grade
45 questions
5th Grade CAASPP Math Review
Quiz
•
5th Grade
16 questions
Academic Olympics: National Parks
Quiz
•
1st - 5th Grade
20 questions
Telling Time to the Hour and Half hour
Quiz
•
1st Grade
12 questions
Cinco de Mayo Video Quiz
Interactive video
•
1st - 5th Grade
15 questions
goods and services
Quiz
•
1st Grade
8 questions
Rows and Columns
Quiz
•
1st - 2nd Grade
10 questions
2D and 3D shapes
Quiz
•
1st Grade
20 questions
2D and 3D shapes
Quiz
•
1st Grade
10 questions
EOG READING REVIEW#1
Quiz
•
1st - 5th Grade