Important Points about Javascript - Quiz

  • AClient-side JavaScript does not allow the reading or writing of files.
  • BJavaScript can not be used for Networking applications because there is no such support available.
  • CJavaScript doesn't have any multithreading or multiprocess capabilities.
  • DAll of the above.
  • Awindow.print();
  • Bbrowser.print();
  • Cnavigator.print();
  • Ddocument.print();
  • AcharacterAt()
  • BgetCharAt()
  • CcharAt()
  • D None of the above.