Tag: New York
-
jQuery MCQ (Multiple Choice Questions)
Q 1. Which of the following sign is used as a shortcut for jQuery? A. the % sign B. the $ sign C. the & sign D. the @ sign Show Answer Answer:-B. the $ sign Explanation Every jQuery selector start with this dollar sign $(). This sign is known as the factory function. It…
-
PHP Quizs Question & Answers Basics of Object-Oriented PHP- 2
Q 1. Which one of the following functions is used to determine whether a class exists?A. exist()B. exist_class()C. class_exist()D. __exist() Show Answer Answer:-C. class_exist() Explanation The class_exist() function returns true or false according to whether the class exists within the currently executing script content. Q 2. Which one of the following functions is used to…