Model MAD
Model MAD
A. JVM
B. Dalvik virtual machine
C. Simple virtual machine
D. None of the above
A. Java
B. C++
C. C
D. None of the above
A. android class
B. android package
C. A single screen in an application with supporting java code
D. None of the above
6. On which of the following, developers can test the application, during developing the
android applications?
A. Third-party emulators
B. Emulator included in Android SDK
C. Physical android phone
D. All of the above
A. MAC
B. Windows
C. Linux
D. Redhat
8. Which of the following is the first callback method that is invoked by the system during
an activity life-cycle?
A. onClick() method
B. onCreate() method
C. onStart() method
D. onRestart() method
A. XML
B. Java source code
C. Manifest
D. None of the above
11. Which of the following android component displays the part of an activity on screen?
A. View
B. Manifest
C. Intent
D. Fragment
13. Which of the layer is below the topmost layer of android architecture?
A. Source code
B. List of strings used in the app
C. Permission that the application requires
D. None of the above
A. SQLite
B. MySQL
C. Oracle
D. None of the above
16. In Android studio, which of the following callback is called when an activity starts
interacting with the user?
A. onDestroy
B. onCreate
C. onResume
D. onStop
A. android.view.View
B. android.view.ViewGroup
C. android.widget
D. None of the above
18. Which of the following layout in android aligns all children either vertically or
horizontally?
A. RelativeLayout
B. TableLayout
C. FrameLayout
D. LinearLayout