Briefing Android Knowledge

what is the first callback method invoked by the system?

During an Activity life-cycle, what is the first callback method invoked by the system?

A.
onStop()

B.
onStart()

C.
onCreate()

D.
onRestore()