McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2024
→
Bachelor of Computer Applications (BCA)
→
Web Technology
→
Which version of PHP introduced Try/catc...
Q.
Which version of PHP introduced Try/catch Exception?
A.
PHP 4
B.
PHP 5
C.
PHP 5.3
D.
PHP 6
Answer» B. PHP 5
1.1k
0
Do you find this helpful?
21
View all MCQs in
Web Technology
Discussion
No comments yet
Login to comment
Related MCQs
What will be the output of the following php code? <?php $num = "1"; $num1 = "2"; print $num+$num1; ?>
What will be the output of the following PHP code? <?php $a = "clue"; $a .= "get"; echo "$a"; ?>
Which of the following tags is not a valid way to begin and end a PHP code block?
Which of the following DBMSs do not have a native PHP extension?
Which of the following is/are a PHP code editor? i) Notepad ii) Notepad++ iii) Adobe Dreamweaver iv) PDT
Which of the conditional statements is/are supported by PHP? i) if statements ii) if-else statements iii) if-elseif statements iv) switch statements
Which of the looping statements is/are supported by PHP? i) for loop ii) while loop iii) do-while loop iv) foreach loop
What PHP stands for?
Variables always start with a ........ in PHP
In PHP in order to access MySQL database you will use: