1.It’s a type message that allows you to bind separate objects (such as activation) together at runtime.
2.If one activity wants to start a second activity, it does it by sending an intnet to Android.
3.startActivity(intent); This tells Android to start the activity specified by the intent.
4.All of the above