Advanced Web Technologies MCQs and Notes
R
Q 11. URL stands for ____________ .
R
Q 12. If you create a __destruct() function, PHP will automatically call this function at the end of the script.
P
Q 13. A ______is called when the object is destructed or the script is stopped or exited.
V
Q 14. If you create a __construct() function, PHP will automatically call this function when you create an object from a class.
V
Q 15. A ______allows you to initialize an object's properties upon creation of the object.
P
Q 16. _______are the two main aspects of object-oriented programming.
R
Q 17. A ______ is a way to store information (in variables) to be used across multiple pages.
P
Q 18. 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.
V
Q 19. The PHP ____function formats a timestamp to a more readable date and time.
P