Advertisements
- 1. How to pass the data between activities in Android?
A.Intent
B.Content Provider
C.Broadcast receiver
D.None of the Above
Answer & Explanation
Answer: Option A
Explanation: ​IntentAn Intent is used to connect one activity to another activity and having a message passing mechanism between activities.
View Answer
- 2. Which of the following is/are are the subclasses in Android?
A.Action Bar Activity
B.Launcher Activity
C.Preference Activity
D.All of above
Answer & Explanation
Answer: Option D
Explanation: Action bar,Launcher, Preference and Tab activities are subclasses of activities in android
View Answer
- 3. What are the functionalities in asyncTask in android?
A.onPostExecution()
B.onPreExecution()
C.doInBackground()
D.onProgressUpdate()
Answer & Explanation
Answer: Option A
Explanation: onPostExecution()AsyncTask needs doInBackground() and remaining methods are optional. As a developer we should need to implement all methods which are given above.
View Answer
- 4. How to upgrade SQlite the database from a lower version to higher version in android SQlite?
A.Using cursor
B.Using helper Class
C.Using intent
D.None of the above
Answer & Explanation
Answer: Option B
Explanation: In helper class, we can pass the version numbers in incremental order.
View Answer
- 5. Persist data can be stored in Android through
A.Shared Preferences
B.Internal/External storage
C.SQlite
D.All of above
Answer & Explanation
Answer: Option D
Explanation: We can store persist data in android in shared preferences, internal/external storage, SQlite, and Network servers.
View Answer
To whom this Android Online Quiz Questions and Answers section is beneficial?
Students can learn and improve on their skillset for using Verbal Ability effectively and can also prepare for competitive examinations like...
- All I.B.P.S and Public Sector Bank Competitive Exam
- Common Aptitude Test (CAT) Exams
- UPSC Paper-II or CSAT Exams
- SSC Competitive Exams
- Defence Competitive Exams
- L.I.C / G.I.C AO and Clerk Competitive Exams
- Railway Competitive Exam
- University Grants Commission (UGC)
- Career Aptitude Test (IT Companies) and etc.