ICSE Computer Application - Class X - MCQ - CALCUTTA PUBLIC SCHOOL - Quiz

  • AIt allows the method to be called without creating an instance of the class.
  • BIt makes the method execute faster.
  • CStatic keyword prevents the method from being overridden.
  • DAll of these.
  • AIt is used to declare a constant variable.
  • BIt refers to the current instance of the class.
  • CIt is used to called static method.
  • DIt represent the return value of a function.
  • ALong wrapper class
  • B character wrapper class
  • CBoolean wrapper class
  • DNone of these
  • Anested while
  • Bnested do while
  • Cnested for
  • Dsimple loop