-
1.
What is an HTTP client class in android?
httprequest(get/post) and returns response from the server
Cookies management
Authentication management
None of the above
Answer
-
2.
What are the debugging techniques available in android?
DDMS
Breaking point
Memory profiling
All of the above.
Answer
-
3.
What is an anonymous class in android?
Interface class
A class that does not have a name but have functionalities in it
Java class
Manifest file
Answer
-
4.
How to store heavy structured data in android?
Shared Preferences
Cursor
SQlite database
Not possible
Answer
-
5.
What are the functionalities of Binder services in android?
A- Binder is responsible to manage the thread while using aidl in android
B- Binder is responsible for marshalling and un-marshalling of the data
A&B
Binder is a kind of interface
None of the above
Answer
-
6.
What are the layouts available in android?
Linear Layout
Frame Layout
Table Layout
Relative Layout
All of above
Answer
-
7.
How to kill an activity in Android?
A - finish()
B - finishActivity(int requestCode)
C - kill()
D - None of the Above
E - A and B
Answer