R Ram Sharma π Coach β 193.88K Points π Advanced Web Technologies Q. URL stands for ____________ . (A) Uniform resource locator (B) Universal resource location (C) Universe research land mark (D) non of theses ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Uniform resource locator
R Ram Sharma π Coach β 193.88K Points π Advanced Web Technologies Q. If you create a __destruct() function, PHP will automatically call this function at the end of the script. (A) true (B) false (C) both a and b (D) none of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) true
P Praveen Singh π Tutor III β 36.81K Points π Advanced Web Technologies Q. A ______is called when the object is destructed or the script is stopped or exited. (A) destructor (B) constructor (C) object (D) none of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) destructor
V Vikash Gupta π Tutor III β 33.56K Points π Advanced Web Technologies Q. If you create a __construct() function, PHP will automatically call this function when you create an object from a class. (A) true (B) false (C) both a and b (D) none of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) true
V Vinay π Mover β 28.75K Points π Advanced Web Technologies Q. A ______allows you to initialize an object's properties upon creation of the object. (A) classes (B) constructor (C) object (D) none of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) constructor
P Priyanka Tomar π Tutor III β 35.28K Points π Advanced Web Technologies Q. _______are the two main aspects of object-oriented programming. (A) classes and objects (B) constructor and destructor (C) object and array (D) none of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) classes and objects
R Rakesh Kumar π Hard Worker β 28.44K Points π Advanced Web Technologies Q. A ______ is a way to store information (in variables) to be used across multiple pages. (A) cookie (B) session (C) abs (D) sqrt ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) session
P Praveen Singh π Tutor III β 36.81K Points π Advanced Web Technologies Q. A ______is a small file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, it will send the cookie too. With PHP, you can both create and retrieve cookie values. (A) cookie (B) session (C) abs (D) sqrt ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) cookie
V Vikash Gupta π Tutor III β 33.56K Points π Advanced Web Technologies Q. The PHP ____function formats a timestamp to a more readable date and time. (A) date() (B) min() (C) abs() (D) sqrt() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) date()
P Priyanka Tomar π Tutor III β 35.28K Points π Advanced Web Technologies Q. The ____statement is used to perform different actions based on different conditions. (A) switch (B) min (C) abs (D) sqrt() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) switch