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.