openDatabase() method does not take the argument in __________

openDatabase() method does not take the argument in __________ Correct Answer server name

openDatabase() and openDatabaseSync() methods takes the name of the database, version of the database, display name, estimated size in bytes of the data that is to be stored in the database. openDtabase() method works on WorkerUtils and Window, openDatabaseSync() method works on WorkerUtils.
Bissoy MCQ

Related Questions

What is the required argument to openDatabase?
Which is a good alternative instead of having one zero argument constructor and one single argument constructor with default argument?