πŸ“Š Advanced Web Technologies
Q. HTTP stands for ___________.
  • (A) Hyper text transfer protocol
  • (B) hyper text mark protcol
  • (C) File transfer protocol
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) Hyper text transfer protocol
πŸ“Š Advanced Web Technologies
Q. Which keyword allows class members (methods and properties) to be used without needing to instantiate a new instance of the class?
  • (A) protected
  • (B) . final
  • (C) static
  • (D) private
πŸ’¬ Discuss
βœ… Correct Answer: (B) . final
πŸ“Š Advanced Web Technologies
Q. Which keyword is used to refer to properties or methods within the class itself?
  • (A) . private
  • (B) public
  • (C) protected
  • (D) . $this
πŸ’¬ Discuss
βœ… Correct Answer: (A) . private