 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | What is true about Activities component? | 
| A. | An activity represents a single screen with a user interface,in-short Activity performs actions on the screen. | 
| B. | application has more than one activity, then one of them should be marked as the activity that is presented when the application is launched. | 
| C. | An activity is implemented as a subclass ofActivityclass | 
| D. | All of the above | 
| Answer» E. | |