Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What is the main advantage of Room over raw SQLite?

  1. A SQL is verified at compile time, so query errors are build failures rather than runtime crashes
  2. B It is faster than SQLite
  3. C It requires no schema
  4. D It stores data in the cloud
Answer

SQL is verified at compile time, so query errors are build failures rather than runtime crashes

Room also returns Flow, so the UI updates automatically when the data changes, and integrates with coroutines to run off the main thread.

All Android MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as