Home
Vendors
Amazon
Cisco
CompTIA
ISACA
ISC2
Microsoft
NVIDIA
Oracle
Salesforce
View All Vendors →
Login
Register
Zend 200-710 - Zend Certified Engineer Certification Examination Exam
Download Exam
View Entire Exam
Expose All Answers
Page: 2 / 2
Question #6 (Topic: Demo Questions)
What is "instanceof" an example of?
A.
a boolean
B.
an operator
C.
a function
D.
a language construct
E.
a class magic
Reveal Solution
Next Question
Correct Answer: B
Explanation not available for this question.
Question #7 (Topic: Demo Questions)
What is the output of the following code?
$a = 3;
switch ($a) {
case 1: echo 'one'; break;
case 2: echo 'two'; break;
default: echo 'four'; break;
case 3: echo 'three'; break;
}
A.
one
B.
two
C.
three
D.
four
Reveal Solution
Correct Answer: C
Explanation not available for this question.
Download Exam
« Prev
Page: 2 / 2
Next Page