πŸ“Š Advanced Web Technologies
Q. Which one of the following keyword is used to inherit our subclass into a super class?
  • (A) . extends
  • (B) . implements
  • (C) . inherit
  • (D) . include
πŸ’¬ Discuss
βœ… Correct Answer: (A) . extends
πŸ“Š Advanced Web Technologies
Q. Which one of the following functions is used to determine object type?
  • (A) ) obj_type()
  • (B) type()
  • (C) is_a()
  • (D) is_obj()
πŸ’¬ Discuss
βœ… Correct Answer: (A) ) obj_type()
πŸ“Š Advanced Web Technologies
Q. Which one of the following functions is used to determine whether a class exists?
  • (A) exist()
  • (B) exist_class()
  • (C) class_exist()
  • (D) txist()
πŸ’¬ Discuss
βœ… Correct Answer: (A) exist()
πŸ“Š Advanced Web Technologies
Q. PHP recognize constructors by the name.
  • (A) ) class name()
  • (B) _construct()
  • (C) function _construct()
  • (D) function __construct(
πŸ’¬ Discuss
βœ… Correct Answer: (B) _construct()
πŸ“Š Advanced Web Technologies
Q. Core PHP means solving a Mathematical problem by using paper and pen and Frame work means solving Mathematical problem by using a calculator.
  • (A) true
  • (B) false
  • (C) both a and b
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) true
πŸ“Š Advanced Web Technologies
Q. ___________ After submitted by data, The data has sent to a server and perform validation checks in server machine.
  • (A) Client-Side Validation
  • (B) Server Side Validation −
  • (C) input type validation
  • (D) output type validation
πŸ’¬ Discuss
βœ… Correct Answer: (B) Server Side Validation −
πŸ“Š Advanced Web Technologies
Q. _________ Validation is performed on the client machine web browsers.
  • (A) Client-Side Validation
  • (B) Server Side Validation −
  • (C) input type validation
  • (D) output type validation
πŸ’¬ Discuss
βœ… Correct Answer: (A) Client-Side Validation
πŸ“Š Advanced Web Technologies
Q. There are two types of validation are available in PHP. They are as follows −
  • (A) Client-Side Validation
  • (B) Server Side Validation −
  • (C) input type validation
  • (D) only a and b not c
πŸ’¬ Discuss
βœ… Correct Answer: (D) only a and b not c