Home » HTML » Html miscellaneous » Question
  1. What is the required argument to openDatabase?
    1. size of a database
    2. version number
    3. text description
    4. database name
    5. None of these
Correct Option: B

The required argument to openDatabase is version number. So it is mandatory that you should know the version number before we try to open the database. If we do not pass this argument then an exception is thrown.



Your comments will be displayed only after manual approval.